constant Redis_Cache_Base::FLUSH_ALL in Redis 7.2
Flush all on generic clear().
This is a failsafe performance unwise behavior that probably no one should ever use: it will force all items even those which are still valid or permanent to be flushed. It exists only in order to mimic the behavior of the pre 1.0 release of this module.
File
- lib/
Redis/ Cache/ Base.php, line 59
Class
- Redis_Cache_Base
- Because those objects will be spawned during boostrap all its configuration must be set in the settings.php file.
Code
const FLUSH_ALL = 2;