Package org.ehcache.jcache

This package contains implementations of JCache (JSR107)interfaces for use with EHCache.

See:
          Description

Class Summary
JCache<K,V> Implementation of a Cache that wraps an underlying ehcache.
JCacheCachingProvider A JSR107 adapter for EHCache.
JCacheConfiguration<K,V> Configuration for a JSR107 Cache
JCacheEntry<K,V> An implementation of CacheEntry.
JCacheListenerAdapter<K,V> Adapt a CacheEntryListener to the CacheEventListener interface
JCacheManagementMXBean  
JCacheManager The CacheManager that allows EHCache caches to be retrieved and accessed via JSR107 APIs
JCacheMXBean  
JCacheStatMXBean  
 

Package org.ehcache.jcache Description

This package contains implementations of JCache (JSR107)interfaces for use with EHCache. This allows you to have EHCache act as a CachingProvider for applications that use JCache interfaces

Author:
Ryan Gardner


Copyright © 2014 Terracotta. All Rights Reserved.