public interface Pool extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear.
|
void |
close()
Close.
|
long |
evictionCount()
Returns the number of values that have been evicted.
|
int |
getCapacity()
Gets the capacity.
|
long |
hitCount() |
boolean |
isClosed()
Checks if is closed.
|
boolean |
isEmpty()
Checks if is empty.
|
void |
lock()
Lock.
|
long |
missCount() |
long |
putCount() |
int |
size() |
void |
unlock()
Unlock.
|
void |
vacate()
Vacate.
|
void lock()
void unlock()
int getCapacity()
int size()
boolean isEmpty()
void vacate()
void clear()
void close()
boolean isClosed()
long putCount()
long hitCount()
long missCount()
long evictionCount()
Copyright © 2021. All rights reserved.