|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infinispan.spring.provider.SpringEmbeddedCacheManager
public class SpringEmbeddedCacheManager
A
implementation that is
backed by an CacheManager
instance.
Infinispan EmbeddedCacheManager
Note that this CacheManager
does support adding new
at runtime, i.e. Caches
Caches
added
programmatically to the backing EmbeddedCacheManager
after this
CacheManager
has been constructed will be seen by this CacheManager
.
Constructor Summary | |
---|---|
SpringEmbeddedCacheManager(EmbeddedCacheManager nativeCacheManager)
|
Method Summary | |
---|---|
SpringCache |
getCache(String name)
|
Collection<String> |
getCacheNames()
|
EmbeddedCacheManager |
getNativeCacheManager()
Return the that backs this
CacheManager . |
void |
stop()
Stop the this
CacheManager delegates to. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpringEmbeddedCacheManager(EmbeddedCacheManager nativeCacheManager)
nativeCacheManager
- Method Detail |
---|
public SpringCache getCache(String name)
getCache
in interface org.springframework.cache.CacheManager
public Collection<String> getCacheNames()
getCacheNames
in interface org.springframework.cache.CacheManager
public EmbeddedCacheManager getNativeCacheManager()
org.infinispan.manager.EmbeddedCacheManager
that backs this
CacheManager
.
org.infinispan.manager.EmbeddedCacheManager
that backs this
CacheManager
public void stop()
EmbeddedCacheManager
this
CacheManager
delegates to.
|
--> | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |