cleanup(options = nil) Instance Public methods Preemptively iterates through all stored keys and removes the ones which have expired.
clear(options = nil) Instance Public methods
decrement(name, amount = 1, options = nil) Instance Public methods Decrement an integer value in the cache.
delete_matched(matcher, options = nil) Instance Public methods
increment(name, amount = 1, options = nil) Instance Public methods Increment an integer value in the cache.
prune(target_size, max_time = nil) Instance Public methods To ensure entries fit within the specified memory prune the cache by removing the least recently accessed entries.
pruning?() Instance Public methods Returns true if the cache is currently being pruned.
cached_size(key, entry) Instance Protected methods
new(options = nil) Class Public methods
cleanup(options = nil) Instance Public methods
Page 2170 of 11844