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, waitget, insert, isClustered, passivate, remove, start, stop, updateisCompatibleWithgetStrictAffinity, getWeakAffinity, hasAffinityprotected 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, a division of Red Hat, Inc.. All Rights Reserved.