public class CacheProvider extends Object
| Modifier and Type | Field and Description |
|---|---|
net.sf.ehcache.constructs.blocking.SelfPopulatingCache |
selfPopulatingCache |
| Constructor and Description |
|---|
CacheProvider() |
| Modifier and Type | Method and Description |
|---|---|
net.sf.ehcache.Ehcache |
getCache() |
net.sf.ehcache.CacheManager |
getCacheManager() |
net.sf.ehcache.constructs.blocking.CacheEntryFactory |
getUpdatingFactory() |
void |
setCacheManager(net.sf.ehcache.CacheManager cacheManager) |
void |
setUpdatingFactory(net.sf.ehcache.constructs.blocking.CacheEntryFactory updatingFactory) |
void |
start() |
public net.sf.ehcache.constructs.blocking.SelfPopulatingCache selfPopulatingCache
public net.sf.ehcache.constructs.blocking.CacheEntryFactory getUpdatingFactory()
public void setUpdatingFactory(net.sf.ehcache.constructs.blocking.CacheEntryFactory updatingFactory)
public net.sf.ehcache.CacheManager getCacheManager()
public void setCacheManager(net.sf.ehcache.CacheManager cacheManager)
public net.sf.ehcache.Ehcache getCache()
Copyright © 2022. All rights reserved.