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