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:
  • Constructor Details

    • CacheEntry

      public CacheEntry(com.logicaldoc.core.document.Document doc)
    • CacheEntry

      public CacheEntry(long folderId, long docId, Date date)
  • Method Details

    • getDate

      public Date getDate()
    • getDocId

      public long getDocId()
    • setDate

      public void setDate(Date date)
    • setDocId

      public void setDocId(long docId)
    • getFolderId

      public long getFolderId()
    • setFolderId

      public void setFolderId(long folderId)
    • toString

      public String toString()
      Overrides:
      toString in class Object