Interface AsynchronouslyRefreshedCache<T>

All Superinterfaces:
RefreshableCache<T>
All Known Implementing Classes:
AbstractMTAsynchronouslyRefreshedCache, AuthorityBridgeTableAsynchronouslyRefreshedCache, ConfigDataCache

public interface AsynchronouslyRefreshedCache<T> extends RefreshableCache<T>
Implementation details in addition to the exposed interface.
Since:
4.1.3
Author:
Andy
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the cache id
    boolean
    Determine if the cache is up to date

    Methods inherited from interface org.alfresco.repo.cache.RefreshableCache

    get, refresh
  • Method Details

    • getCacheId

      String getCacheId()
      Get the cache id
      Returns:
      the cache ID
    • isUpToDate

      boolean isUpToDate()
      Determine if the cache is up to date
      Returns:
      true if the cache is not currently refreshing itself