Class VersionedBackingMap.CacheStoreWrapper

Enclosing class:
VersionedBackingMap

public class VersionedBackingMap.CacheStoreWrapper extends ReadWriteBackingMap.CacheStoreWrapper
A wrapper around the original CacheStore to allow operations to be overridden and extended.
Author:
cp 2002.10.22
  • Constructor Details

    • CacheStoreWrapper

      public CacheStoreWrapper(CacheStore store)
      Construct a wrapped CacheStore.
      Parameters:
      store - the CacheStore to wrap