Uses of Interface
net.officefloor.web.resource.HttpResourceCache
-
Packages that use HttpResourceCache Package Description net.officefloor.web.resource.impl net.officefloor.web.resource.source -
-
Uses of HttpResourceCache in net.officefloor.web.resource.impl
Methods in net.officefloor.web.resource.impl that return HttpResourceCache Modifier and Type Method Description HttpResourceCache
HttpResourceStoreImpl. getCache()
Obtains theHttpResourceCache
. -
Uses of HttpResourceCache in net.officefloor.web.resource.source
Methods in net.officefloor.web.resource.source with parameters of type HttpResourceCache Modifier and Type Method Description protected HttpResource
SendCachedHttpFileFunction. getHttpResource(HttpResourceCache resources, java.lang.String resourcePath)
Constructors in net.officefloor.web.resource.source with parameters of type HttpResourceCache Constructor Description HttpResourceCacheManagedObjectSource(HttpResourceCache cache)
Instantiate.
-