Class DictionaryCacheArrayWeak

  • All Implemented Interfaces:
    DictionaryCache

    public class DictionaryCacheArrayWeak
    extends java.lang.Object
    implements DictionaryCache
    Author:
    mario.arias
    • 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

      • DictionaryCacheArrayWeak

        public DictionaryCacheArrayWeak​(int capacity)