org.ehcache.jsr107
Class Eh107Configuration<K,V>

java.lang.Object
  extended by org.ehcache.jsr107.Eh107Configuration<K,V>
All Implemented Interfaces:
java.io.Serializable, javax.cache.configuration.Configuration<K,V>

public abstract class Eh107Configuration<K,V>
extends java.lang.Object
implements javax.cache.configuration.Configuration<K,V>

Eh107Configuration

See Also:
Serialized Form

Constructor Summary
Eh107Configuration()
           
 
Method Summary
static
<K,V> javax.cache.configuration.Configuration<K,V>
fromEhcacheCacheConfiguration(CacheConfiguration<K,V> ehcacheConfig)
           
abstract
<T> T
unwrap(java.lang.Class<T> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.cache.configuration.Configuration
getKeyType, getValueType, isStoreByValue
 

Constructor Detail

Eh107Configuration

public Eh107Configuration()
Method Detail

fromEhcacheCacheConfiguration

public static <K,V> javax.cache.configuration.Configuration<K,V> fromEhcacheCacheConfiguration(CacheConfiguration<K,V> ehcacheConfig)

unwrap

public abstract <T> T unwrap(java.lang.Class<T> clazz)