Interface Context

  • All Superinterfaces:
    Cloneable
    All Known Implementing Classes:
    ContextImpl, FileSystemContext

    public interface Context
    extends Cloneable
    Contains information of the content store used by a particular tenant.
    Author:
    Sumer Jabri, Alfonso Vásquez
    • Method Detail

      • getCacheVersion

        long getCacheVersion()
      • setCacheVersion

        void setCacheVersion​(long cacheVersion)
      • getCacheScope

        String getCacheScope()
      • isMergingOn

        boolean isMergingOn()
      • isCacheOn

        boolean isCacheOn()
      • getMaxAllowedItemsInCache

        int getMaxAllowedItemsInCache()
      • ignoreHiddenFiles

        boolean ignoreHiddenFiles()