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, stop
public 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>>
T
Cache.create()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.