Uses of Interface
lumis.portal.cache.ICacheManager
-
Packages that use ICacheManager Package Description lumis.portal.cache lumis.portal.manager -
-
Uses of ICacheManager in lumis.portal.cache
Classes in lumis.portal.cache that implement ICacheManager Modifier and Type Class Description class
CacheManager
Cache framework manager implementation. -
Uses of ICacheManager in lumis.portal.manager
Methods in lumis.portal.manager that return ICacheManager Modifier and Type Method Description static ICacheManager
ManagerFactory. getCacheManager()
Deprecated.Since 6.0.0, methods in ManagerFactory that return non-stable (seelumis.portal.stability
) objects are deprecated, due to risk of incompatibility between versions.static ICacheManager
ManagerFactoryInternal. getCacheManager()
Returns the portal cache framework manager.
-