Class CacheHandler

  • All Implemented Interfaces:
    HttpHandler

    public class CacheHandler
    extends Object
    implements HttpHandler
    Handler that attaches a cache to the exchange, a handler can query this cache to see if the cache has a cached copy of the content, and if so have the cache serve this content automatically.
    Author:
    Stuart Douglas