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.

Since:

  • 0.4.0



258
259
260
# File 'lib/any_cache/adapters/redis.rb', line 258

def cleanup(**options)
  # NOTE: manual removing is not suppored (redis doing this by itself)
end