Class SyndicationCacheManager

java.lang.Object
com.logicaldoc.syndication.SyndicationCacheManager

public class SyndicationCacheManager extends Object
Manager for cache handling
Since:
8.2
Author:
Marco Meschieri - LogicalDOC
  • Constructor Details

    • SyndicationCacheManager

      public SyndicationCacheManager()
  • Method Details

    • getCache

      public SyndicationCache getCache(long syndicationId)
      Retrieves the cache for the specified syndication
      Parameters:
      syndicationId - identifier of the syndication
      Returns:
      the cache
    • deleteCache

      public void deleteCache(long syndicationId)