Class CachedResource

java.lang.Object
org.apache.catalina.webresources.CachedResource
All Implemented Interfaces:
WebResource

public class CachedResource extends Object implements WebResource
This class is designed to wrap a 'raw' WebResource and providing caching for expensive operations. Inexpensive operations may be passed through to the underlying resource.