Interface CachingHttpContentFactory.CachingHttpContent
- All Superinterfaces:
 HttpContent
- All Known Implementing Classes:
 CachingHttpContentFactory.CachedHttpContent, CachingHttpContentFactory.NotFoundHttpContent, ValidatingCachingHttpContentFactory.ValidatingCachedContent, ValidatingCachingHttpContentFactory.ValidatingNotFoundContent
- Enclosing class:
 CachingHttpContentFactory
- 
Nested Class Summary
Nested classes/interfaces inherited from interface HttpContent
HttpContent.Factory, HttpContent.Wrapper - 
Method Summary
Modifier and TypeMethodDescriptiongetKey()longbooleanisValid()voidrelease()voidsetLastAccessedNanos(long nanosTime) Methods inherited from interface HttpContent
getCharacterEncoding, getContentEncoding, getContentEncodingValue, getContentLength, getContentLengthValue, getContentType, getContentTypeValue, getETag, getETagValue, getLastModified, getLastModifiedInstant, getMimeType, getPreCompressedContentFormats, getResource, writeTo 
- 
Method Details
- 
getLastAccessedNanos
long getLastAccessedNanos() - 
setLastAccessedNanos
void setLastAccessedNanos(long nanosTime)  - 
getKey
String getKey() - 
isValid
boolean isValid() - 
release
void release() 
 -