org.infinispan.loader
Interface CacheStoreConfig
- All Superinterfaces:
- CacheLoaderConfig, Cloneable
- All Known Implementing Classes:
- AbstractCacheStoreConfig, BdbjeCacheStoreConfig, FileCacheStoreConfig, JdbcBinaryCacheStoreConfig, JdbcMixedCacheStoreConfig, JdbcStringBasedCacheStoreConfig, LockSupportCacheStoreConfig, S3CacheStoreConfig
public interface CacheStoreConfig
- extends CacheLoaderConfig, Cloneable
Defines config elements for all CacheStoreConfigs.
- Author:
- Mircea.Markus@jboss.com
isPurgeOnStartup
boolean isPurgeOnStartup()
isFetchPersistentState
boolean isFetchPersistentState()
setFetchPersistentState
void setFetchPersistentState(boolean fetchPersistentState)
setIgnoreModifications
void setIgnoreModifications(boolean ignoreModifications)
isIgnoreModifications
boolean isIgnoreModifications()
setPurgeOnStartup
void setPurgeOnStartup(boolean purgeOnStartup)
getSingletonStoreConfig
SingletonStoreConfig getSingletonStoreConfig()
setSingletonStoreConfig
void setSingletonStoreConfig(SingletonStoreConfig singletonStoreConfig)
getAsyncStoreConfig
AsyncStoreConfig getAsyncStoreConfig()
setAsyncStoreConfig
void setAsyncStoreConfig(AsyncStoreConfig asyncStoreConfig)
isPurgeSynchronously
boolean isPurgeSynchronously()
setPurgeSynchronously
void setPurgeSynchronously(boolean purgeSynchronously)
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.