Class LRUCacheImpl.CacheEntry

  • Enclosing class:
    LRUCacheImpl

    public static class LRUCacheImpl.CacheEntry
    extends Object
    Cache object that has an entry. This is used to put inside the statement cache.
    • Constructor Detail

      • CacheEntry

        public CacheEntry​(Object o)