From 1a130627012bb17ed9edc4583a4d8250ff4e2882 Mon Sep 17 00:00:00 2001
From: Thomas Tanghus <thomas@tanghus.net>
Date: Tue, 17 Sep 2013 18:02:37 +0200
Subject: [PATCH] Add legacy wrapper

---
 lib/legacy/cache.php | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 lib/legacy/cache.php

diff --git a/lib/legacy/cache.php b/lib/legacy/cache.php
new file mode 100644
index 0000000000..83b214170f
--- /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
-- 
GitLab