public final class Caches
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Caches.HardRef
Cache created objects using hard reference.
|
static class |
Caches.HashTable
Fixed size cache which uses hash table.
|
static class |
Caches.LRU
Least Recently Used cache.
|
static class |
Caches.WeakSoftRef
Instance cache which uses
SoftReference or WeakReference
Items can be removed from cache by Garbage Collector if |
| Modifier | Constructor and Description |
|---|---|
private |
Caches() |