Merge pull request #2395 from owncloud/cache
Seperate the memory based cache and file based cache in OC_Cache
Showing
- lib/cache.php 8 additions, 59 deletionslib/cache.php
- lib/memcache/apc.php 67 additions, 0 deletionslib/memcache/apc.php
- lib/memcache/cache.php 77 additions, 0 deletionslib/memcache/cache.php
- lib/memcache/factory.php 38 additions, 0 deletionslib/memcache/factory.php
- lib/memcache/memcached.php 76 additions, 0 deletionslib/memcache/memcached.php
- lib/memcache/xcache.php 19 additions, 15 deletionslib/memcache/xcache.php
- tests/lib/cache/apc.php 0 additions, 35 deletionstests/lib/cache/apc.php
- tests/lib/cache/xcache.php 0 additions, 31 deletionstests/lib/cache/xcache.php
- tests/lib/memcache/apc.php 20 additions, 0 deletionstests/lib/memcache/apc.php
- tests/lib/memcache/cache.php 58 additions, 0 deletionstests/lib/memcache/cache.php
- tests/lib/memcache/memcached.php 20 additions, 0 deletionstests/lib/memcache/memcached.php
- tests/lib/memcache/xcache.php 20 additions, 0 deletionstests/lib/memcache/xcache.php
Loading
Please register or sign in to comment