Class DirectBufferCache.CacheEntry
- java.lang.Object
-
- io.undertow.server.handlers.cache.DirectBufferCache.CacheEntry
-
- Enclosing class:
- DirectBufferCache
public static final class DirectBufferCache.CacheEntry extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallocate()LimitedBufferSlicePool.PooledByteBuffer[]buffers()booleanclaimEnable()booleandereference()voiddisable()voidenable()booleanenabled()inthit()java.lang.Objectkey()booleanreference()intsize()
-
-
-
Method Detail
-
size
public int size()
-
buffers
public LimitedBufferSlicePool.PooledByteBuffer[] buffers()
-
hit
public int hit()
-
key
public java.lang.Object key()
-
enabled
public boolean enabled()
-
enable
public void enable()
-
disable
public void disable()
-
claimEnable
public boolean claimEnable()
-
reference
public boolean reference()
-
dereference
public boolean dereference()
-
allocate
public boolean allocate()
-
-