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