public final class Caches extends 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 |
Copyright © 2018. All rights reserved.