ehcache

Uses of Class
net.sf.ehcache.Cache

Packages that use Cache
net.sf.ehcache This package contains the public API for using ehcache. 
 

Uses of Cache in net.sf.ehcache
 

Methods in net.sf.ehcache that return Cache
 Cache CacheManager.getCache(java.lang.String name)
          Returns a concrete implementation of Cache, it it is available in the CacheManager.
 

Methods in net.sf.ehcache with parameters of type Cache
 void CacheManager.addCache(Cache cache)
          Adds a Cache to the CacheManager.
 


ehcache