cleanup(options = nil)
public
Cache Store API implementation.
Removes expired entries. Handled natively by Redis
least-recently-/ least-frequently-used expiry, so manual cleanup is
not supported.
# File activesupport/lib/active_support/cache/redis_cache_store.rb, line 275
def cleanup(options = nil)
super
end