Package org.aksw.qa.annotation.cache
Class PersistentCache
java.lang.Object
org.aksw.qa.annotation.cache.PersistentCache
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
log
public static org.slf4j.Logger log -
charset
-
cacheLocation
-
cache
-
-
Constructor Details
-
PersistentCache
public PersistentCache()
-
-
Method Details
-
readCache
public void readCache()Read the cache to a file -
writeCache
public void writeCache()Write the cache to a file -
containsKey
-
get
-
put
-
size
public int size()
-