Package org.rdfhdt.hdtjena.cache
Class DictionaryCacheHash
- java.lang.Object
-
- org.rdfhdt.hdtjena.cache.DictionaryCacheHash
-
- All Implemented Interfaces:
DictionaryCache
public class DictionaryCacheHash extends java.lang.Object implements DictionaryCache
- Author:
- mario.arias
-
-
Constructor Summary
Constructors Constructor Description DictionaryCacheHash()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()org.apache.jena.graph.Nodeget(long id)voidput(long id, org.apache.jena.graph.Node node)longsize()
-
-
-
Method Detail
-
get
public org.apache.jena.graph.Node get(long id)
- Specified by:
getin interfaceDictionaryCache
-
put
public void put(long id, org.apache.jena.graph.Node node)- Specified by:
putin interfaceDictionaryCache
-
size
public long size()
- Specified by:
sizein interfaceDictionaryCache
-
clear
public void clear()
- Specified by:
clearin interfaceDictionaryCache
-
-