public class SimpleCache<K extends Serializable,V extends Cacheable<K>,E extends BackingCacheEntry<K,V>> extends AbstractCache<K,V,E>
| Constructor and Description |
|---|
SimpleCache(BackingCache<K,V,E> backingCache,
boolean strictGroups) |
| Modifier and Type | Method and Description |
|---|---|
V |
create()
Creates and caches a new instance of
T. |
contains, createIdentifier, discard, get, getCacheSize, getPassivatedCount, getStrictAffinity, getTotalSize, getWeakAffinity, hasAffinity, release, remove, start, stoppublic SimpleCache(BackingCache<K,V,E> backingCache, boolean strictGroups)
public V create()
T.create in interface Cache<K extends Serializable,V extends Cacheable<K>>create in class AbstractCache<K extends Serializable,V extends Cacheable<K>,E extends BackingCacheEntry<K,V>>TCache.create()Copyright © 2013 JBoss by Red Hat. All rights reserved.