downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

apc_compile_file> <apc_cas
Last updated: Fri, 20 May 2011

view this page in

apc_clear_cache

(PECL apc >= 2.0.0)

apc_clear_cache Limpia la caché de APC

Descripción

bool apc_clear_cache ([ string $cache_type ] )

Limpiar la caché de usuario/sistema.

Valores devueltos

Devuelve TRUE en caso de éxito o FALSE en caso de error.

Parámetros

cache_type

Si cache_type es "user", se limpiará la caché de usuario; de otro modo, se limpiará la caché del sistema (archivos almacenados en caché).

Ver también

  • apc_cache_info() - Recupera información que hay en caché del almacén de datos de APC



add a note add a note User Contributed Notes apc_clear_cache
Colin M 15-Jun-2010 08:13
It appears for me in PHP 5.2.11/APC 3.1.2 that to clear the opcode cache the argument must be 'opcode'. Having no argument seems to have no effect.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites