Class CacheResourceBase
java.lang.Object
org.aksw.jena_sparql_api.cache.extra.CacheResourceBase
- All Implemented Interfaces:
Closeable,AutoCloseable,CacheResource
CURRENTLY NOT USED
- Author:
- Claus Stadler Date: 7/26/11 Time: 3:46 PM
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.jena_sparql_api.cache.extra.CacheResource
asBoolean, asIteratorTriples, asModel, asResultSet
-
Constructor Details
-
CacheResourceBase
public CacheResourceBase(long timestamp, long lifespan)
-
-
Method Details
-
isOutdated
public boolean isOutdated()- Specified by:
isOutdatedin interfaceCacheResource
-