A {@link org.springframework.cache.CacheManager CacheManager
} implementation that isbacked by an {@link org.infinispan.manager.EmbeddedCacheManager Infinispan EmbeddedCacheManager
} instance.
Note that this CacheManager
does support adding new {@link org.infinispan.Cache Caches
} at runtime, i.e. Caches
addedprogrammatically to the backing EmbeddedCacheManager
after this CacheManager
has been constructed will be seen by this CacheManager
.
|
|
|
|