at.newmedialab.ldclient.model
Class CacheEntry
java.lang.Object
at.newmedialab.ldclient.model.CacheEntry
- All Implemented Interfaces:
- Serializable
public class CacheEntry
- extends Object
- implements Serializable
The cache entry for a URI resource managed by the Linked Data Cache. Contains maintenance information about
the resource, i.e. when it has been retrieved last, when to retrieve it next, etc.
User: sschaffe
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheEntry
public CacheEntry()
getResource
public org.openrdf.model.URI getResource()
setResource
public void setResource(org.openrdf.model.URI resource)
getLastRetrieved
public Date getLastRetrieved()
setLastRetrieved
public void setLastRetrieved(Date lastRetrieved)
getExpiryDate
public Date getExpiryDate()
setExpiryDate
public void setExpiryDate(Date expiryDate)
getUpdateCount
public Long getUpdateCount()
setUpdateCount
public void setUpdateCount(Long updateCount)
Copyright © 2012-2013 Salzburg Research. All Rights Reserved.