Uses of Interface
lumis.portal.cache.ICacheDataProvider
-
Packages that use ICacheDataProvider Package Description lumis.portal.cache -
-
Uses of ICacheDataProvider in lumis.portal.cache
Methods in lumis.portal.cache with parameters of type ICacheDataProvider Modifier and Type Method Description T
PortalCache. fetch(String key, ICacheDataProvider<T> cacheDataProvider)
Obtain the value associated with the specified key.T
PortalCache. fetch(String key, ICacheDataProvider<T> cacheDataProvider, String... groups)
Obtain the value associated with the specified key and groups.Constructors in lumis.portal.cache with parameters of type ICacheDataProvider Constructor Description PortalCache(String cacheId, ICacheDataProvider<T> defaultCacheDataProvider)
Creates a portal cache instance with the specified identifier and cache data provider.
-