Class EhCache<K extends Serializable,​V>

  • 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