Type of the key.
Type of the value.
Type of the arguments bundle passed to different operations.
Type of the return value.
Type of the value emitted in the events payload.
Number of cache entries.
Clear all cache entries.
After successful clear, CacheEvent.FLUSH event will be emitted.
Delete key
and it's associated value.
After successful deletion, CacheEvent.DELETE event will be emitted.
Name of the key.
Whether key
was removed.
Get the value
associated with key
.
Name of the key.
Bundle of arguments passed by client for this operation.
Check if key
is present in the cache.
Name of the key.
Get all cache keys.
Unregister event listener.
Cache event.
Event listener.
Register event listener.
Cache event.
Event listener.
Set value
associated with key
.
After successful insertion/update, according CacheEvent.INSERT, respectively CacheEvent.UPDATE
events will be emitted.
Name of the key.
It's associated value.
Bundle of arguments passed by client for this operation.
Represents an abstraction over different cache implementations.