| Interface | Description |
|---|---|
| SizeOf<T> |
Interface used to describe how to compute the size of an object in RAM.
|
| Class | Description |
|---|---|
| Builder<T> |
Class used to build a cache.
|
| DualCache<T> |
This class intent to provide a very easy to use, reliable, highly configurable caching library
for Android.
|
| ReferenceLruCache<T> |
This is the LRU cache used for the RAM layer when configured to used references.
|
| Enum | Description |
|---|---|
| DualCacheDiskMode |
Define the behaviour of the disk layer.
|
| DualCacheRamMode |
Define the behaviour of the RAM layer.
|