ICacheScheme
interface ICacheScheme
Interface with common persistent methods
Client can implement ICacheScheme and pass it to library to have it's own implementation
However it is suggested to extend InMemoryCacheManager instead to have your own implementation
And keep the caching logic in a way it is synced with memory all the time
Inheritors
Functions
Link copied to clipboard
Get count of events in memory based on the status
Link copied to clipboard
Get size of events in memory in bytes based on the status
Link copied to clipboard
Remove list of events from the memory based on the status
Link copied to clipboard
Fetch events from the disk
Link copied to clipboard
Fetch in memory events and push all the events to disk
Link copied to clipboard
Update status for the event to the memory
Link copied to clipboard
Update status for the list of events to the memory