| 3162 | } |
| 3163 | |
| 3164 | void redisDbPersistentData::disableKeyCache() |
| 3165 | { |
| 3166 | if (m_spstorage == nullptr) |
| 3167 | return; |
| 3168 | m_spstorage->emergencyFreeCache(); |
| 3169 | } |
| 3170 | |
| 3171 | bool redisDbPersistentData::keycacheIsEnabled() |
| 3172 | { |
no test coverage detected