Class CachingResourceManager

    • Field Detail

      • MAX_AGE_NO_CACHING

        public static final int MAX_AGE_NO_CACHING
        Max age 0, indicating that entries expire upon creation and are not retained;
        See Also:
        Constant Field Values
      • MAX_AGE_NO_EXPIRY

        public static final int MAX_AGE_NO_EXPIRY
        Mage age -1, this force manager to retain entries until underlying resource manager indicate that entries expired/changed
        See Also:
        Constant Field Values
    • Constructor Detail

      • CachingResourceManager

        public CachingResourceManager​(int metadataCacheSize,
                                      long maxFileSize,
                                      DirectBufferCache dataCache,
                                      ResourceManager underlyingResourceManager,
                                      int maxAge)