org.aksw.commons.sparql.api.cache.extra
Class CacheResourceBase

java.lang.Object
  extended by org.aksw.commons.sparql.api.cache.extra.CacheResourceBase
All Implemented Interfaces:
org.aksw.commons.collections.IClosable, CacheResource
Direct Known Subclasses:
CacheResourceSql

public abstract class CacheResourceBase
extends Object
implements CacheResource

Author:
Claus Stadler

Date: 7/26/11 Time: 3:46 PM


Constructor Summary
CacheResourceBase(long timestamp, long lifespan)
           
 
Method Summary
 boolean isOutdated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.aksw.commons.sparql.api.cache.extra.CacheResource
asModel, asResultSet
 
Methods inherited from interface org.aksw.commons.collections.IClosable
close
 

Constructor Detail

CacheResourceBase

public CacheResourceBase(long timestamp,
                         long lifespan)
Method Detail

isOutdated

public boolean isOutdated()
Specified by:
isOutdated in interface CacheResource


Copyright © 2011. All Rights Reserved.