Searched refs:cache (Results 1 - 10 of 10) sorted by relevance

/owl-s/src/impl/owl/
H A DOWLCacheImpl.java48 protected Properties cache = new Properties(); field in class:OWLCacheImpl
55 * file may be available. When the forcing of cache is enabled the reader will
66 * Returns if the using of cache is forced.
75 * Sets the cache dir for the inference engine to find the cached files when a
76 * file cannot be downparseed from its original URL. The cache dir should include
83 * @param dir sets the local cache directory. if null it forces not to use the cache.
90 cache.clear();
91 System.out.println("INFO: Local cache directory is disabled");
98 cache
[all...]
/owl-s/src/impl/jena/
H A DOWLReaderImpl.java70 private OWLCache cache; field in class:OWLReaderImpl
95 cache = new OWLCacheImpl();
107 return cache;
120 if(cache.isForced()) {
121 in = cache.getCachedFile(uri.toString());
127 cache.updateCachedFile (uri);
136 cache.updateCachedFile (uri);
144 in = cache.getCachedFile(uri.toString());
276 public void setCache(OWLCache cache) { argument
277 this.cache
[all...]
/owl-s/src/org/mindswap/owl/
H A DOWLReader.java72 public void setCache(OWLCache cache); argument
79 * Clear the internal cache
/owl-s/lib/axis/
H A Daxis.jar ... utils/ org/apache/axis/utils/bytecode/ org/apache/axis/utils/cache/ org/apache/axis/wsdl/ org/apache/axis/wsdl/fromJava/ org ...
H A Dcommons-httpclient-3.0-alpha1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/httpclient/ ...
/owl-s/lib/jena/
H A Djena.jarcom/ com/hp/ com/hp/hpl/ com/hp/hpl/jena/ com/hp/hpl/jena/datatypes/ com/hp/hpl/jena/ ...
H A Dantlr-2.7.5.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...
H A Dicu4j_3_4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
H A Darq.jarMETA-INF/ META-INF/MANIFEST.MF arq/ arq/cmd/ arq/cmdline/ arq/cmdline/test/ com/ com/ ...
/owl-s/lib/pellet/
H A Dpellet.jarcom/ com/lre/ com/lre/graph/ com/lre/graph/Edge.class Edge.java package com.lre ...

Completed in 38 milliseconds