summaryrefslogtreecommitdiffstats
path: root/lib/private/memcache/apc.php
Commit message (Collapse)AuthorAgeFilesLines
* 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