Uses of Interface
jdbm.helper.CachePolicy

Packages that use CachePolicy
jdbm.helper Miscelaneous utility classes and interfaces. 
jdbm.recman Core classes for managing persistent objects and processing transactions. 
 

Uses of CachePolicy in jdbm.helper
 

Classes in jdbm.helper that implement CachePolicy
 class MRU
          MRU - Most Recently Used cache policy.
 class SoftCache
          Wraps a deterministic cache policy with a Level-2 cache based on J2SE's soft references.
 

Constructors in jdbm.helper with parameters of type CachePolicy
SoftCache(CachePolicy internal)
          Creates a soft-reference based L2 cache wrapping the specified L1 cache.
SoftCache(float loadFactor, CachePolicy internal)
          Creates a soft-reference based L2 cache wrapping the specified L1 cache.
 

Uses of CachePolicy in jdbm.recman
 

Fields in jdbm.recman declared as CachePolicy
protected  CachePolicy CacheRecordManager._cache
          Cache for underlying RecordManager
 

Methods in jdbm.recman that return CachePolicy
 CachePolicy CacheRecordManager.getCachePolicy()
          Get the underlying cache policy
 

Constructors in jdbm.recman with parameters of type CachePolicy
CacheRecordManager(RecordManager recman, CachePolicy cache)
          Construct a CacheRecordManager wrapping another RecordManager and using a given cache policy.
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.