]> source.dussan.org Git - nextcloud-server.git/commit
Seperate memory based cache from OC_Cache
authorRobin Appelman <icewind@owncloud.com>
Sun, 17 Mar 2013 15:00:39 +0000 (16:00 +0100)
committerRobin Appelman <icewind@owncloud.com>
Sun, 17 Mar 2013 15:00:39 +0000 (16:00 +0100)
commit80a3f8d066b7deffe70a232ca956746db02db138
tree2822d380f9935d40406f45306dac42c4f8a222fb
parent7f1ff3e9e1253dd6c3be658d139db1c87104be3c
Seperate memory based cache from OC_Cache
lib/cache.php
lib/cache/apc.php [deleted file]
lib/cache/xcache.php [deleted file]
lib/memcache/apc.php [new file with mode: 0644]
lib/memcache/cache.php [new file with mode: 0644]
lib/memcache/xcache.php [new file with mode: 0644]
tests/lib/cache/apc.php [deleted file]
tests/lib/cache/xcache.php [deleted file]
tests/lib/memcache/apc.php [new file with mode: 0644]
tests/lib/memcache/xcache.php [new file with mode: 0644]