Interface | Description |
---|---|
Cache |
A data cache.
|
Class | Description |
---|---|
BoundedCache |
In memory cache with the ability to specify an item bound/cache-limit
functionality.
|
MemoryCache |
Memory resident cache of objects.
|
Enum | Description |
---|---|
BoundedCache.Policy |
least_used, fifo
|