diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2013-09-17 18:02:37 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2013-09-17 18:02:37 +0200 |
commit | 1a130627012bb17ed9edc4583a4d8250ff4e2882 (patch) | |
tree | 4c6085d9ea6f90d0aac7d153e43dd04f0d5e5b65 | |
parent | fe86182dac387817258942a46905f2b801862d4d (diff) | |
download | nextcloud-server-1a130627012bb17ed9edc4583a4d8250ff4e2882.tar.gz nextcloud-server-1a130627012bb17ed9edc4583a4d8250ff4e2882.zip |
Add legacy wrapper
-rw-r--r-- | lib/legacy/cache.php | 10 |
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 |