Interface DefaultCache.CacheReference

All Known Implementing Classes:
DefaultCache.HardCacheReference, DefaultCache.SoftCacheReference
Enclosing class:
DefaultCache

protected static interface DefaultCache.CacheReference
  • Method Details

    • getId

      Object getId()
    • get

      Object get()
    • getDeadline

      Instant getDeadline()
    • hasExpired

      default boolean hasExpired(Clock clock)