Interface CachingHttpContentFactory.CachingHttpContent

All Superinterfaces:
HttpContent
All Known Implementing Classes:
CachingHttpContentFactory.CachedHttpContent, CachingHttpContentFactory.NotFoundHttpContent, ValidatingCachingHttpContentFactory.ValidatingCachedContent, ValidatingCachingHttpContentFactory.ValidatingNotFoundContent
Enclosing class:
CachingHttpContentFactory

protected static interface CachingHttpContentFactory.CachingHttpContent extends HttpContent
  • Method Details

    • getLastAccessedNanos

      long getLastAccessedNanos()
    • setLastAccessedNanos

      void setLastAccessedNanos(long nanosTime)
    • getKey

      String getKey()
    • isValid

      boolean isValid()
    • retain

      boolean retain()