| 类 | 说明 |
|---|---|
| FIFOLimitedMemoryCache |
Limited
bitmap cache. |
| FuzzyKeyMemoryCache |
Decorator for
MemoryCache. |
| LargestLimitedMemoryCache |
Limited
bitmap cache. |
| LimitedAgeMemoryCache |
Decorator for
MemoryCache. |
| LRULimitedMemoryCache |
Limited
bitmap cache. |
| LruMemoryCache |
A cache that holds strong references to a limited number of Bitmaps.
|
| UsingFreqLimitedMemoryCache |
Limited
bitmap cache. |
| WeakMemoryCache |
Memory cache with weak references to bitmaps
NOTE: This cache uses only weak references for stored Bitmaps. |