Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 32bf85d

Browse files
committed
For this branch, for now, disable nodes agressive caching as it's not tested enough for 6.4.2.
1 parent 94f0803 commit 32bf85d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/plugins/core.cache/class.AbstractCacheDriver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ public static function computeIdForNode($node, $cacheType, $details = ''){
8686
*/
8787
public function supportsPatternDelete($namespace)
8888
{
89+
return false;
8990
$cacheDriver = $this->getCacheDriver($namespace);
9091
return $cacheDriver instanceof Pydio\Plugins\Cache\Doctrine\Ext\PatternClearableCache;
9192
//return is_a($cacheDriver, "PatternClearableCache");

0 commit comments

Comments
 (0)