| Class | Description |
|---|---|
| LRUProtectionStorage | Protects stored resources from eviction from memory following the LRU (Last Recently Used) strategy. |
| NullProtectionStorage | Doesn't protect any resources. |
| NullValue | Represents a null or void return value in the cache. |