You are here

constant Redis_Cache_Base::FLUSH_TEMPORARY in Redis 7.2

Flush only temporary on generic clear().

This dictate the cache backend to behave as the DatabaseCache default implementation. This behavior is not documented anywere but hardcoded there.

File

lib/Redis/Cache/Base.php, line 49

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_TEMPORARY = 1;