Class SpringEmbeddedCacheManager

java.lang.Object
org.infinispan.spring.embedded.provider.SpringEmbeddedCacheManager
All Implemented Interfaces:
org.springframework.cache.CacheManager

public class SpringEmbeddedCacheManager extends Object implements org.springframework.cache.CacheManager

A CacheManager implementation that is backed by an Infinispan EmbeddedCacheManager instance.

Note that this CacheManager does support adding new Caches at runtime, i.e. Caches added programmatically to the backing EmbeddedCacheManager after this CacheManager has been constructed will be seen by this CacheManager.

Author:
Olaf Bergner, Marius Bogoevici