Class VersionConsistencyCacheImpl

  • All Implemented Interfaces:
    VersionConsistencyCache

    public class VersionConsistencyCacheImpl
    extends Object
    implements VersionConsistencyCache
    A 2-level cache of StateManager instances (i.e., a map of maps). The inner map is a BucketizedHashtable or a LRU cache, depending on parameter given at construction.
    Author:
    Dave Bristor