clear(options = nil) Instance Public methods
decrement(name, amount = 1, options = nil) Instance Public methods
delete_matched(matcher, options = nil) Instance Public methods
increment(name, amount = 1, options = nil) Instance Public methods
instrument() Class Public methods
instrument=(boolean) Class Public methods Set to true if cache stores should be instrumented. Default is false.
new(options = nil) Class Public methods Create a new cache. The options will be passed to any write method calls except for :namespace which can be used to set the global namespace for the cache.
cleanup(options = nil) Instance Public methods Cleanup the cache by removing expired entries. Options are passed to the underlying cache implementation. All implementations may not support this method.
clear(options = nil) Instance Public methods Clear the entire cache. Be careful with this method since it could affect other processes if shared cache is being used. The options hash is passed to the underlying cache implementation. All implementations may not support this method.
decrement(name, amount = 1, options = nil) Instance Public methods Decrement an integer value in the cache. Options are passed to the underlying cache implementation. All implementations may not support this method.
Page 2171 of 11844