Package com.logicaldoc.syndication
Class SyndicationCache.CacheEntry
java.lang.Object
com.logicaldoc.syndication.SyndicationCache.CacheEntry
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SyndicationCache
A single entry in the cache
- See Also:
-
Constructor Summary
ConstructorDescriptionCacheEntry
(long folderId, long docId, Date date) CacheEntry
(com.logicaldoc.core.document.Document doc) -
Method Summary
Modifier and TypeMethodDescriptiongetDate()
long
getDocId()
long
void
void
setDocId
(long docId) void
setFolderId
(long folderId) toString()
-
Constructor Details
-
CacheEntry
public CacheEntry(com.logicaldoc.core.document.Document doc) -
CacheEntry
-
-
Method Details