]> source.dussan.org Git - nextcloud-server.git/commit
OC_Cache namespace changes and add UserCache to server container.
authorThomas Tanghus <thomas@tanghus.net>
Tue, 17 Sep 2013 15:46:33 +0000 (17:46 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Tue, 17 Sep 2013 15:46:33 +0000 (17:46 +0200)
commitfe86182dac387817258942a46905f2b801862d4d
tree80f233a9994a52e350938058b99f46a527f427da
parent9b420e8660404de27e3af629bfca188ae90cf7bd
OC_Cache namespace changes and add UserCache to server container.

Refs #4863
13 files changed:
lib/base.php
lib/cache.php
lib/cache/broker.php
lib/cache/file.php
lib/cache/fileglobal.php
lib/cache/fileglobalgc.php
lib/cache/usercache.php [new file with mode: 0644]
lib/filechunking.php
lib/public/icache.php [new file with mode: 0644]
lib/public/iservercontainer.php
lib/server.php
tests/lib/cache/file.php
tests/lib/cache/usercache.php [new file with mode: 0644]