public class GroupAwareCache<K extends Serializable,V extends Cacheable<K>,G extends Serializable,M extends SerializationGroupMember<K,V,G>> extends SimpleCache<K,V,M>
| Constructor and Description |
|---|
GroupAwareCache(GroupAwareBackingCache<K,V,G,M> groupedCache,
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 GroupAwareCache(GroupAwareBackingCache<K,V,G,M> groupedCache, boolean strictGroups)
groupedCache - The backing cache entry store source from which this cache was createdstrictGroups - public V create()
SimpleCacheT.create in interface Cache<K extends Serializable,V extends Cacheable<K>>create in class SimpleCache<K extends Serializable,V extends Cacheable<K>,M extends SerializationGroupMember<K,V,G>>TCache.create()Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.