DataEntryCacheWithTTL
Extension of DataEntryCache which supports TTLs.
Functions
Link copied to clipboard
Inserts the new items into the cache. Inserting an entry with an id that is already present will cause the old value to be overwritten.
Inserts a new item into the cache. Inserting an entry with an id that is already present will cause the old value to be overwritten.
Inserts new expiring items into the cache for ttl. Inserting an entry with an id that is already present will cause the old value to be overwritten.
Inserts a new expiring item into the cache for ttl. Inserting an entry with an id that is already present will cause the old value to be overwritten.
Link copied to clipboard
Creates a new QueryBuilder that operates on this cache.
Link copied to clipboard
Removes all the values that match the block.