|
ehcache | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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. |
static CacheManager |
CacheManager.create(java.io.InputStream inputStream)
A factory method to create a CacheManager from a java.io.InputStream. |
|
ehcache | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||