Interface | Description |
---|---|
Store<Item> |
Common interface for cache storages.
|
Class | Description |
---|---|
IntentStoreFlat<Item> |
Flat implementation of the store manager based on intent object indexing.
|
SignatureStoreFlat<Item> |
Flat implementation of the store manager based on signature indexing.
|
SignatureStoreNested<Item> |
Hierarchical implementation of the store manager based on signature indexing.
|