org.ehcache.spi.cache
Interface Store.PersistentStoreConfiguration<K,V,T>

All Superinterfaces:
Store.Configuration<K,V>
All Known Implementing Classes:
PersistentStoreConfigurationImpl
Enclosing interface:
Store<K,V>

public static interface Store.PersistentStoreConfiguration<K,V,T>
extends Store.Configuration<K,V>


Method Summary
 T getIdentifier()
           
 boolean isPersistent()
           
 
Methods inherited from interface org.ehcache.spi.cache.Store.Configuration
getClassLoader, getEvictionPrioritizer, getEvictionVeto, getExpiry, getKeyType, getResourcePools, getValueType
 

Method Detail

getIdentifier

T getIdentifier()

isPersistent

boolean isPersistent()