Generic ARC caching implementation. This package makes a few assumptions as modelled in the interfaces:

  1. It caches the contents of a BackingStore implementation which may be disk-based, network-based or whatever.
  2. Each entity implements the Identifiable interface indicating that it has the property of being uniquely-identifiable.
  3. Each entity is identified by an instance of the opaque type, Identifier.
@see org.dancres.blitz.arc.ArcCache @see org.dancres.blitz.arc.Identifier @see org.dancres.blitz.arc.Identifiable @see org.dancres.blitz.arc.BackingStore