summaryrefslogtreecommitdiffstats
path: root/lib/cache.php
Commit message (Expand)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-112/+0
* updating php docsThomas Müller2013-09-181-5/+10
* Note to self 2: Do as you preach. Test!Thomas Tanghus2013-09-181-3/+3
* OC_Cache namespace changes and add UserCache to server container.Thomas Tanghus2013-09-171-3/+5
* Seperate memory based cache from OC_CacheRobin Appelman2013-03-171-59/+8
* Move generating cache key from files from OC_Minimizer to OC_CacheBart Visscher2012-10-291-0/+9
* Respect coding styleThomas Müller2012-09-051-5/+5
* Whitespace fixes in libBart Visscher2012-08-291-2/+2
* add option to only get fast cacheRobin Appelman2012-07-221-16/+41
* add prefix option to OC_Cache::clearRobin Appelman2012-07-221-3/+4
* add method to OC_Cache to check whether a fast cache (apc/xdebug/etc) is avai...Robin Appelman2012-07-221-0/+46
* Cache: Add APC and XCache to global cache handlerBart Visscher2012-06-251-0/+10
* Cache: Use getUserCache cache in OC_CacheBart Visscher2012-06-251-37/+24
* Cache: Create global cache in OC_CacheBart Visscher2012-06-251-0/+14
* Add layer to select fast or slow cache for storing valuesBart Visscher2012-06-061-0/+10
* Added hasKey() method to OC_Cache.Thomas Tanghus2012-06-051-0/+7
* add OC_Cache::clearRobin Appelman2012-06-051-0/+7
* Calendar & Contacts: Store import progress in OC_CacheBart Visscher2012-06-041-0/+40