public interface Cache<T> extends List<T>, AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentSize() |
boolean |
isAbandoned() |
boolean |
isComplete() |
void |
setAbandoned() |
void |
setComplete() |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streamcloseCopyright © 2018. All rights reserved.