| Interface | Description |
|---|---|
| HttpCache |
Cache of HttpResponse.
|
| HttpFetcher |
Perform an request for the given resource.
|
| InvalidationService |
Service implemented by the container to support content invalidation.
|
| RequestPipeline |
Implements a complete HTTP request pipeline.
|
| Class | Description |
|---|---|
| AbstractHttpCache |
Base class for content caches.
|
| BasicHttpFetcher |
A simple HTTP fetcher implementation based on Apache httpclient.
|
| CacheKeyBuilder |
Builds the cache key object.
|
| DefaultHttpCache |
Simple cache of HttpResponses.
|
| DefaultInvalidationService |
Default implementation of the invalidation service.
|
| DefaultRequestPipeline |
A standard implementation of a request pipeline.
|
| HttpRequest |
Creates HttpRequests.
|
| HttpResponse |
Represents the results of an HTTP content retrieval operation.
|
| HttpResponseBuilder |
Constructs HttpResponse objects.
|
| HttpResponseMetadataHelper |
Helper class to update HttpResponse metadata value.
|
| InvalidationHandler |
Handle cache invalidation API calls
TODO : Sync with spec.
|
| NoOpInvalidationService |
No-Op implementation of the invalidation service
|
Copyright © 2007-2012. All Rights Reserved.