method

clear

clear(options = nil)
public

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.