Class EhCache<K extends Serializable,V>

java.lang.Object
com.logicaldoc.util.cache.EhCache<K,V>
Type Parameters:
K - The object identifier
V - The object instance
All Implemented Interfaces:
Cache<K,V>

public class EhCache<K extends Serializable,V> extends Object implements Cache<K,V>
A thin adapter for Ehcache support.

Thread-safety is taken care of by the underlying Ehcache instance.

see org.springframework.cache.ehcache.EhCacheFactoryBean
see org.springframework.cache.ehcache.EhCacheManagerFactoryBean

Since:
5.0
Author:
Marco Meschieri - LogicalDOC