]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add legacy wrapper
authorThomas Tanghus <thomas@tanghus.net>
Tue, 17 Sep 2013 16:02:37 +0000 (18:02 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Tue, 17 Sep 2013 16:02:37 +0000 (18:02 +0200)
lib/legacy/cache.php [new file with mode: 0644]

diff --git a/lib/legacy/cache.php b/lib/legacy/cache.php
new file mode 100644 (file)
index 0000000..83b2141
--- /dev/null
@@ -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