You are here

Functions in APC - Alternative PHP Cache 5

Primary tabs

Namesort descending Location Description Direct uses Strings
apc_get_lock ./apc.inc 2
apc_handle_delete ./apc.inc Delete data from the apc cache 1
apc_handle_flush ./apc.inc Flush data from apc cache 1
apc_handle_get ./apc.inc Return data from the apc cache. 1
apc_handle_key ./apc.inc Return key for apc cache 3
apc_handle_set ./apc.inc Set data into apc cache. We have to keep track of the bins ourselves since apc doesn't have the concept of "bins". So we keep a lookup table hash to be able to clear a single bin via flush. 1
apc_handle_stats ./apc.inc Return stats about the apc cache
apc_remove_lock ./apc.inc 2
cache_clear_all ./apc.inc
cache_get ./apc.inc Return data from the persistent cache.
cache_set ./apc.inc Store data in the persistent cache.

Other projects