decrement(name, amount = 1, options = nil) Instance Public methods
clear(options = nil) Instance Public methods
cleanup(options = nil) Instance Public methods
new(options = nil) Class Public methods
cached_size(key, entry) Instance Protected methods
pruning?() Instance Public methods Returns true if the cache is currently being pruned.
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.
increment(name, amount = 1, options = nil) Instance Public methods Increment an integer value in the cache.
delete_matched(matcher, options = nil) Instance Public methods
decrement(name, amount = 1, options = nil) Instance Public methods Decrement an integer value in the cache.
Page 162 of 2275