aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/memcache/apc.php
Commit message (Collapse)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-121-1/+2
|
* Replacing ini_get instances with inigetwrapper usagesClark Tomlinson2015-11-231-2/+2
|
* add compare-and-delete to the memcache interfaceRobin Appelman2015-06-121-0/+2
|
* add compare and swap to memcacheRobin Appelman2015-04-301-0/+21
|
* extends memcache with add, inc and decRobin Appelman2015-04-301-1/+38
|
* Update license headersJenkins for ownCloud2015-03-261-4/+20
|
* Revert "Updating license headers"Morris Jobke2015-02-261-19/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+19
|
* HHVM: In APC cache clear, only request the cache key in APCIterator.Andreas Fischer2014-12-191-1/+1
| | | | | | | | | | The default value of the $format parameter of the APCIterator constructur is APC_ITER_ALL which instructs the iterator to provide all available information on cache values being iterated over. Only the key value is necessary for matching and deletion via apc_delete(), though. This prevents a "Format values FILENAME, DEVICE, INODE, MD5, NUM_HITS, MTIME, CTIME, DTIME, ATIME, REFCOUNT not supported yet." notice on HHVM.
* Merge pull request #6647 from owncloud/memcache-publicicewind19912014-02-041-19/+8
|\ | | | | Add Memcache to the public api
| * Use APCIterator for Memcache\APC::clear()Robin Appelman2014-01-061-19/+8
| |
* | Add check for apc.enabled optionOtto Sabart2014-01-241-0/+2
|/ | | | | | Sometimes it's not possible to disable APC entirely and some of apc_functions are disabled. Only thing which is possible is to disable apc.enable option.
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+67
Conflicts: lib/private/vcategories.php