This abstract class contains data and mechanisms needed for caching data
objects (or DataStruct objects) by their OIDs and provides cache
configuration and administration.
DOCache() -
Constructor for class org.enhydra.dods.cache.DOCache
DODSHashMap class implements Hash map (for storing data objects), and
provides statistics about the cache (query number, cache hits number, their
get/set/increment methods, percents of used cache, cache hits,...).
DODSLRUCache class implements LRU cache (for storing data objects (or
DataStruct objects), or simple queries, or complex queries), and provides
query statistics about the cache (query number, cache hits number, their
get/set/increment methods, percents of used cache, cache hits,...).
DODSLinkedHashCache class implements LRU cache (for storing data objects (or
DataStruct objects), or simple queries, or complex queries), and provides
query statistics about the cache (query number, cache hits number, their
get/set/increment methods, percents of used cache, cache hits,...).
This abstract class contains data and mechanisms needed for caching data
objects (or DataStruct objects) by their OIDs and provides cache
configuration and administration.
This class contains data and mechanisms needed for caching data objects (or
DataStruct objects) by their OIDs and provides cache configuration and
administration.