Package io.undertow.server.handlers.cache
package io.undertow.server.handlers.cache
-
ClassesClassDescriptionHandler 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.A limited buffer pooled allocator.LRUCache<K,
V> A non-blocking cache where entries are indexed by a key.LRUCache.CacheEntry<K,V> Facade for an underlying buffer cache that contains response information.