| Class | Description |
|---|---|
| CachingFilter | |
| CachingOutputStreamWrapper |
an output stream wrapper to cache response bytes
|
| CachingResponseWrapper |
a wrapper to HttpServletResponse to cache the outbound headers and content
|
| HttpCacheEntry |
HttpCacheEntry
Each entry holds cached (HTTP) response:
a) response bytes b) response headers c) expiryTime
d) parameterEncoding used e) entryKey this entry represents,
to match the entry within the hash bucket.
|
Copyright © 2017. All rights reserved.