Uses of Class
org.apertereports.util.cache.MapCache

Packages that use MapCache
org.apertereports.dashboard   
org.apertereports.util.cache   
 

Uses of MapCache in org.apertereports.dashboard
 

Fields in org.apertereports.dashboard declared as MapCache
protected  MapCache AbstractDashboardComponent.cache
          An instance of a MapCache for general caching purposes.
 

Constructors in org.apertereports.dashboard with parameters of type MapCache
ReportViewComponent(com.vaadin.Application application, MapCache cache, String template, List<ReportConfig> configs, boolean lazyLoad)
           
 

Uses of MapCache in org.apertereports.util.cache
 

Methods in org.apertereports.util.cache with parameters of type MapCache
static void MapCacheManager.objectCached(MapCache cache, String key, long interval)
          Registers an object for periodic interval check.
static void MapCacheManager.objectProvided(MapCache cache, String key)
          Indicates the object was provided by one of the registered caches.
 



Copyright © 2011-2012. All Rights Reserved.