| Class | Description |
|---|---|
| StrongRefHashMapCacheStorage<T> | |
| WeakHashMapCacheStorage<T> |
This simple implementation of CacheStorage uses WeakHashMap as the underlying storage mechanism and only well suited
for temporal short bursts of cache are needed and GC removal of cached items is acceptable.
|
Copyright © 2010-2016. All Rights Reserved.