public abstract class AbstractBackingCacheEntryStore<K extends Serializable,V extends Cacheable<K>,E extends BackingCacheEntry<K,V>> extends Object implements BackingCacheEntryStore<K,V,E>
Modifier | Constructor and Description |
---|---|
protected |
AbstractBackingCacheEntryStore(StatefulTimeoutInfo timeout,
BackingCacheEntryStoreConfig config) |
Modifier and Type | Method and Description |
---|---|
BackingCacheEntryStoreConfig |
getConfig() |
StatefulTimeoutInfo |
getTimeout() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get, getPassivatedCount, getStoreSize, insert, isClustered, passivate, remove, start, stop, update
isCompatibleWith
getStrictAffinity, getWeakAffinity, hasAffinity
createIdentifier
protected AbstractBackingCacheEntryStore(StatefulTimeoutInfo timeout, BackingCacheEntryStoreConfig config)
public BackingCacheEntryStoreConfig getConfig()
getConfig
in interface BackingCacheEntryStore<K extends Serializable,V extends Cacheable<K>,E extends BackingCacheEntry<K,V>>
public StatefulTimeoutInfo getTimeout()
getTimeout
in interface BackingCacheEntryStore<K extends Serializable,V extends Cacheable<K>,E extends BackingCacheEntry<K,V>>
Copyright © 2013 JBoss by Red Hat. All rights reserved.