summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2013-09-17 18:02:37 +0200
committerThomas Tanghus <thomas@tanghus.net>2013-09-17 18:02:37 +0200
commit1a130627012bb17ed9edc4583a4d8250ff4e2882 (patch)
tree4c6085d9ea6f90d0aac7d153e43dd04f0d5e5b65
parentfe86182dac387817258942a46905f2b801862d4d (diff)
downloadnextcloud-server-1a130627012bb17ed9edc4583a4d8250ff4e2882.tar.gz
nextcloud-server-1a130627012bb17ed9edc4583a4d8250ff4e2882.zip
Add legacy wrapper
-rw-r--r--lib/legacy/cache.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/legacy/cache.php b/lib/legacy/cache.php
new file mode 100644
index 00000000000..83b214170f7
--- /dev/null
+++ b/lib/legacy/cache.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Copyright (c) 2013 Thomas Tanghus (thomas@tanghus.net)
+ * This file is licensed under the Affero General Public License version 3 or
+ * later.
+ * See the COPYING-README file.
+ */
+
+class Cache extends OC\Cache {
+} \ No newline at end of file