Uses of Interface
lumis.portal.cache.ICacheConfig
-
Packages that use ICacheConfig Package Description lumis.portal.cache -
-
Uses of ICacheConfig in lumis.portal.cache
Methods in lumis.portal.cache that return ICacheConfig Modifier and Type Method Description ICacheConfig
CacheManager. createCacheConfig(String id)
ICacheConfig
ICacheManager. createCacheConfig(String id)
Creates anICacheConfig
transient instance.ICacheConfig
CacheManager. getCacheConfig(SessionConfig sessionConfig, String cacheConfigId, ITransaction transaction)
ICacheConfig
ICacheManager. getCacheConfig(SessionConfig sessionConfig, String cacheConfigId, ITransaction transaction)
Returns a persistent cacheConfig instance.Methods in lumis.portal.cache with parameters of type ICacheConfig Modifier and Type Method Description void
CacheManager. addCacheConfig(SessionConfig sessionConfig, ICacheConfig cacheConfig, ITransaction transaction)
void
ICacheManager. addCacheConfig(SessionConfig sessionConfig, ICacheConfig cacheConfig, ITransaction transaction)
Adds a cacheConfig to persistence.void
CacheManager. deleteCacheConfig(SessionConfig sessionConfig, ICacheConfig cacheConfig, ITransaction transaction)
void
ICacheManager. deleteCacheConfig(SessionConfig sessionConfig, ICacheConfig cacheConfig, ITransaction transaction)
Deletes a cacheConfig from persistence.
-