You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CacheNesting.module
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,9 @@ class CacheNesting extends WireData implements Module
25
25
public static function getModuleInfo(){
26
26
return array(
27
27
'title' => "CacheNesting",
28
-
'version' => "0.0.1",
28
+
'version' => "0.0.2",
29
29
'summary' => "A Processwire module that manages nested caches and their dependencies. It enables you to cache multiple parts of a page with different expiration which also can be nested in larger caches.",
0 commit comments