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. |
discard, get, getStrictAffinity, 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, a division of Red Hat, Inc.. All Rights Reserved.