Package com.logicaldoc.syndication
Class SyndicationCache.CacheEntry
- java.lang.Object
-
- com.logicaldoc.syndication.SyndicationCache.CacheEntry
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SyndicationCache
public static class SyndicationCache.CacheEntry extends Object implements Serializable
A single entry in the cache- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CacheEntry(long folderId, long docId, Date date)
CacheEntry(com.logicaldoc.core.document.Document doc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getDate()
long
getDocId()
long
getFolderId()
void
setDate(Date date)
void
setDocId(long docId)
void
setFolderId(long folderId)
String
toString()
-
-
-
Constructor Detail
-
CacheEntry
public CacheEntry(com.logicaldoc.core.document.Document doc)
-
CacheEntry
public CacheEntry(long folderId, long docId, Date date)
-
-