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
ConstructorsConstructorDescriptionCacheEntry(long folderId, long docId, Date date) CacheEntry(com.logicaldoc.core.document.Document doc)  - 
Method Summary
Modifier and TypeMethodDescriptiongetDate()longgetDocId()longvoidvoidsetDocId(long docId) voidsetFolderId(long folderId) toString() 
- 
Constructor Details
- 
CacheEntry
public CacheEntry(com.logicaldoc.core.document.Document doc)  - 
CacheEntry
 
 - 
 - 
Method Details