removed mods directory from the ATutor codebase
[atutor.git] / mods / wiki / plugins / lib / cache.meta
diff --git a/mods/wiki/plugins/lib/cache.meta b/mods/wiki/plugins/lib/cache.meta
deleted file mode 100644 (file)
index 51c6278..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-api: ewiki
-type: intercept
-hooks: handler, page_final
-title: PageCaching
-decription: keeps a cache of already rendered pages
-priority: extra
-category: optimation
-config: 
-  EWIKI_CACHE_FULL=1|0   // include control-links line in cache
-  EWIKI_CACHE_ALL=0|1    // cache also virtual pages
-  EWIKI_CACHE_DIR=./var/cache     // preferred over db storage
-  EWIKI_CACHE_DB=system/cache/    // only has effect, if _DIR undefined
-description: caching of rendered (html) pages