Interface CacheResourceConfiguration


  • @Incubating
    public interface CacheResourceConfiguration
    Represents the configuration of a given type of cache resource.
    Since:
    8.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setRemoveUnusedEntriesAfterDays​(int removeUnusedEntriesAfterDays)
      Sets the timestamp before which unused entries will be removed to be calculated exactly the given number of days previous to the current time.
    • Method Detail

      • setRemoveUnusedEntriesAfterDays

        void setRemoveUnusedEntriesAfterDays​(int removeUnusedEntriesAfterDays)
        Sets the timestamp before which unused entries will be removed to be calculated exactly the given number of days previous to the current time.