Interface LruCache.CreateAction<Key,​Value>

  • Type Parameters:
    Value - type of the cache entry
    Enclosing class:
    LruCache<Key,​Value extends CanEstimateSize>

    public static interface LruCache.CreateAction<Key,​Value>
    When the entry is not present in cache, this create action is used to create one.
    • Method Detail

      • create

        Value create​(Key key)
              throws java.sql.SQLException
        Throws:
        java.sql.SQLException