Uses of Class
net.sf.ehcache.CacheManager

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

Uses of CacheManager in net.sf.ehcache
 

Methods in net.sf.ehcache that return CacheManager
static CacheManager CacheManager.create()
          A factory method to create a CacheManager with default config.
static CacheManager CacheManager.getInstance()
          A factory method to get an instance ofCacheManager.
static CacheManager CacheManager.create(java.lang.String configurationFileName)
          A factory method to create a CacheManager with a specified configuration.
static CacheManager CacheManager.create(java.net.URL configurationFileURL)
          A factory method to create a CacheManager from an URL.