Package org.aksw.commons.cache.plain


package org.aksw.commons.cache.plain
  • Class
    Description
     
    An extension of loading cache that allows for making explicit references to cached entries such that they won't be evicted.
     
    An extension of loading cache that allows for making explicit references to cached entries such that they won't be evicted.
    RangeCache<C extends Comparable<C>, V>
    An extension of loading cache that allows for making explicit references to cached entries such that they won't be evicted.