Uses of Interface
lumis.portal.cache.ICacheDataProvider

Packages that use ICacheDataProvider
lumis.portal.cache   
 

Uses of ICacheDataProvider in lumis.portal.cache
 

Methods in lumis.portal.cache with parameters of type ICacheDataProvider
 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
PortalCache(String cacheId, ICacheDataProvider<T> defaultCacheDataProvider)
          Creates a portal cache instance with the specified identifier and cache data provider.
 



Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.