Uses of Interface
org.das2.dataset.DataSetCache

Packages that use DataSetCache
org.das2   
org.das2.dataset Provides classes and interfaces for combining Datums into structured DataSets, and operators for working with DataSets. 
 

Uses of DataSetCache in org.das2
 

Methods in org.das2 that return DataSetCache
 DataSetCache DasApplication.getDataSetCache()
           
 

Uses of DataSetCache in org.das2.dataset
 

Classes in org.das2.dataset that implement DataSetCache
 class AbstractDataSetCache
          Keeps keep track of cache statistics and to give consistent log messages, and provides the Entry class.
 class LimitCountDataSetCache
           
 class LimitSizeBytesDataSetCache
          DataCache that attempts to limit the amount of memory it consumes, by using DataSetUtil.guessSizeBytes(DataSet)
 class NullDataSetCache
          DataSetCache that does no caching at all.
 class SimpleDataSetCache
          simply cache data by storing one per DataSetDescriptor.
 

Methods in org.das2.dataset that return DataSetCache
 DataSetCache DataSetDescriptor.getDataSetCache()