public interface CacheStoreConfig extends CacheLoaderConfig, Cloneable
accept, clone, getCacheLoaderClassName, getClassLoader, setCacheLoaderClassNameBoolean isPurgeOnStartup()
Boolean isFetchPersistentState()
@Deprecated void setFetchPersistentState(Boolean fetchPersistentState)
fetchPersistentState(Boolean) instead@Deprecated void setIgnoreModifications(Boolean ignoreModifications)
ignoreModifications(Boolean) insteadCacheStoreConfig fetchPersistentState(Boolean fetchPersistentState)
CacheStoreConfig ignoreModifications(Boolean ignoreModifications)
Boolean isIgnoreModifications()
@Deprecated void setPurgeOnStartup(Boolean purgeOnStartup)
purgeOnStartup(Boolean) insteadCacheStoreConfig purgeOnStartup(Boolean purgeOnStartup)
SingletonStoreConfig getSingletonStoreConfig()
@Deprecated void setSingletonStoreConfig(SingletonStoreConfig singletonStoreConfig)
singletonStore() insteadAsyncStoreConfig getAsyncStoreConfig()
@Deprecated void setAsyncStoreConfig(AsyncStoreConfig asyncStoreConfig)
asyncStore() insteadBoolean isPurgeSynchronously()
@Deprecated void setPurgeSynchronously(Boolean purgeSynchronously)
purgeSynchronously(Boolean) insteadCacheStoreConfig purgeSynchronously(Boolean purgeSynchronously)
Integer getPurgerThreads()
CacheStoreConfig purgerThreads(Integer purgerThreads)
AsyncStoreConfig asyncStore()
SingletonStoreConfig singletonStore()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.