Uses of Class
org.aksw.limes.core.io.cache.HybridCache
-
Packages that use HybridCache Package Description org.aksw.limes.core.io.cache -
-
Uses of HybridCache in org.aksw.limes.core.io.cache
Methods in org.aksw.limes.core.io.cache that return HybridCache Modifier and Type Method Description static HybridCacheHybridCache. getData(File folder, KBInfo kb)Method to get Data of the specified endpoint, and cache it to the "cache" folder in the folder specified.static HybridCacheHybridCache. getData(KBInfo kb)static HybridCacheHybridCache. getNoPrefixData(File folder, KBInfo kb)This method is used by learners which do not have prefix information and with a specified folder containing the cache folder.static HybridCacheHybridCache. getNoPrefixData(KBInfo kb)This method is used by learners which do not have prefix information.static HybridCacheHybridCache. loadFromFile(File file)Tries to load the content of the cache from a file
-