public interface CacheProvider
| Modifier and Type | Method and Description |
|---|---|
default net.sf.ehcache.CacheManager |
getCacheManager() |
default void |
init(SettingsBean settingsBean,
CacheService cacheService) |
CacheImplementation<?,?> |
newCacheImplementation(String name) |
default net.sf.ehcache.constructs.blocking.SelfPopulatingCache |
registerSelfPopulatingCache(String cacheName,
net.sf.ehcache.constructs.blocking.CacheEntryFactory factory) |
default net.sf.ehcache.constructs.blocking.SelfPopulatingCache |
registerSelfPopulatingCache(String cacheName,
net.sf.ehcache.config.Searchable searchable,
net.sf.ehcache.constructs.blocking.CacheEntryFactory factory) |
default void |
shutdown() |
CacheImplementation<?,?> newCacheImplementation(String name)
default void init(SettingsBean settingsBean, CacheService cacheService) throws JahiaInitializationException
JahiaInitializationExceptiondefault void shutdown()
default net.sf.ehcache.CacheManager getCacheManager()
default net.sf.ehcache.constructs.blocking.SelfPopulatingCache registerSelfPopulatingCache(String cacheName, net.sf.ehcache.constructs.blocking.CacheEntryFactory factory)
default net.sf.ehcache.constructs.blocking.SelfPopulatingCache registerSelfPopulatingCache(String cacheName, net.sf.ehcache.config.Searchable searchable, net.sf.ehcache.constructs.blocking.CacheEntryFactory factory)
Copyright © 2004–2021 Jahia Solutions Group SA. All rights reserved.