Package | Description |
---|---|
org.jboss.as.clustering.ejb3.cache.backing.infinispan | |
org.jboss.as.ejb3.cache.impl.backing |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanBackingCacheEntryStore<K extends Serializable,V extends Cacheable<K>,E extends BackingCacheEntry<K,V>,C>
Infinispan-based backing cache entry store.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleBackingCacheEntryStore<K extends Serializable,V extends Cacheable<K>,E extends BackingCacheEntry<K,V>>
A
BackingCacheEntryStore that stores in a simple Map and delegates to a provided
PersistentObjectStore for persistence. |
Copyright © 2013 JBoss by Red Hat. All rights reserved.