Uses of Class
org.openrefine.wikibase.utils.EntityCache
-
Packages that use EntityCache Package Description org.openrefine.wikibase.qa org.openrefine.wikibase.utils -
-
Uses of EntityCache in org.openrefine.wikibase.qa
Constructors in org.openrefine.wikibase.qa with parameters of type EntityCache Constructor Description ConstraintFetcher(EntityCache cache, String wikibaseConstraintPid)
-
Uses of EntityCache in org.openrefine.wikibase.utils
Methods in org.openrefine.wikibase.utils that return EntityCache Modifier and Type Method Description static EntityCache
EntityCache. getEntityCache(String siteIri, String mediaWikiApiEndpoint)
Get an entity cache for a given Wikibase instance.Methods in org.openrefine.wikibase.utils with parameters of type EntityCache Modifier and Type Method Description static void
EntityCache. setEntityCache(String siteIri, EntityCache cache)
Provided for testability.
-