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
  • Field Details

  • Method Details

    • getId

      String getId()
    • getCacheVersion

      long getCacheVersion()
    • setCacheVersion

      void setCacheVersion(long cacheVersion)
    • getCacheScope

      String getCacheScope()
    • getStoreAdapter

      ContentStoreAdapter getStoreAdapter()
    • isMergingOn

      boolean isMergingOn()
    • isCacheOn

      boolean isCacheOn()
    • getMaxAllowedItemsInCache

      int getMaxAllowedItemsInCache()
    • ignoreHiddenFiles

      boolean ignoreHiddenFiles()
    • clone

      Context clone()