| Interface | Description |
|---|---|
| ILRUCache<K,V extends Closeable> |
LRU cache ADT
|
| Class | Description |
|---|---|
| LRUCacheImpl<K,V extends Closeable> |
Simple and thread-safe LRU cache implementation,
supporting time to live and reference counting for entry.
|
Copyright © 2022. All rights reserved.