Uses of Class
lumis.portal.cache.PortalCache
-
Packages that use PortalCache Package Description lumis.portal.bigdata Provides big data related operations.lumis.portal.cache lumis.portal.presentation lumis.portal.serviceinterfaceinstance lumis.util.security.acl -
-
Uses of PortalCache in lumis.portal.bigdata
Fields in lumis.portal.bigdata declared as PortalCache Modifier and Type Field Description static PortalCache<Integer>
StandardDocumentPopularityProvider. UNIQUE_VISITOR_THRESHOLD_CACHE
Cache for default unique visitors threshold. -
Uses of PortalCache in lumis.portal.cache
Methods in lumis.portal.cache that return PortalCache Modifier and Type Method Description static PortalCache
PortalCache. getCache(String cacheId)
PortalCache<T>
PortalCache. setDefaultCacheMultiDataProvider(ICacheMultiDataProvider<T> cacheMultiDataProvider)
Sets the default cache multi-data provider.Methods in lumis.portal.cache that return types with arguments of type PortalCache Modifier and Type Method Description static Collection<PortalCache<?>>
PortalCacheUtil. getAllHibernateCache(String databaseId)
Returns all hibernate cache for the given database id. -
Uses of PortalCache in lumis.portal.presentation
Fields in lumis.portal.presentation declared as PortalCache Modifier and Type Field Description protected static PortalCache<String>
LoadingMessage. loadingMessages
-
Uses of PortalCache in lumis.portal.serviceinterfaceinstance
Subclasses of PortalCache in lumis.portal.serviceinterfaceinstance Modifier and Type Class Description class
InterfaceInstanceHtmlCache<T>
Cache implementation for serviceInterfaceInstanceHtmlCache to support timeout expiration. -
Uses of PortalCache in lumis.util.security.acl
Fields in lumis.util.security.acl declared as PortalCache Modifier and Type Field Description protected static PortalCache<AccessControlList>
AclManager. aclCache
-