| Interface | Description |
|---|---|
| Criteria<T,R> |
| Class | Description |
|---|---|
| MemoryStorageManager<V extends Serializable> |
A Storage manager that stores everything in-memory and does not support namespaces or partitions.
|
| MultiMemoryCountingCriteria |
An example of a simple criteria that counts the number of stored entries for the
MultiMemoryCountingCriteria
storage manager. |
| MultiMemoryStorageManager<V extends Serializable> |
A storage that stores everything in-memory and supports namespaces and partitions.
|
| NullStorageManager<V extends Serializable> |
A default implementation that does nothing if you do not want to use a StorageManager.
|
| StorageConfig | |
| StorageManager<V extends Serializable> |
Copyright © 2021. All rights reserved.