Method: AnyCache::Adapters::Redis#cleanup
- Defined in:
- lib/any_cache/adapters/redis.rb
#cleanup(**options) ⇒ void
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
This method returns an undefined value.
258 259 260 |
# File 'lib/any_cache/adapters/redis.rb', line 258 def cleanup(**) # NOTE: manual removing is not suppored (redis doing this by itself) end |