Class DictionaryCacheLRU

    • Constructor Summary

      Constructors 
      Constructor Description
      DictionaryCacheLRU​(int size)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()  
      org.apache.jena.graph.Node get​(long id)  
      void put​(long id, org.apache.jena.graph.Node node)  
      long size()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DictionaryCacheLRU

        public DictionaryCacheLRU​(int size)