Class HardSmartCache<K,​V>

  • All Implemented Interfaces:
    SmartCache<K,​V>

    public class HardSmartCache<K,​V>
    extends SmartCacheImpl<K,​V>
    An implementation of SmartCache that uses hard references. Used for testing.