Uses of Package
io.undertow.server.handlers.cache
Packages that use io.undertow.server.handlers.cache
-
Classes in io.undertow.server.handlers.cache used by io.undertow.server.handlers.cacheClassDescriptionHandler 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.A non-blocking buffer cache where entries are indexed by a path and are made up of a subsequence of blocks in a fixed large direct buffer.Facade for an underlying buffer cache that contains response information.
-
Classes in io.undertow.server.handlers.cache used by io.undertow.server.handlers.resourceClassDescriptionA non-blocking buffer cache where entries are indexed by a path and are made up of a subsequence of blocks in a fixed large direct buffer.