GoLang apc_clear_cache

request it (279)
GoLang replacement for PHP's apc_clear_cache [edit | history]



Do you know a GoLang replacement for PHP's apc_clear_cache? Write it!

PHP apc_clear_cache

PHP original manual for apc_clear_cache [ show | php.net ]

apc_clear_cache

(PECL apc >= 2.0.0)

apc_clear_cache Clears the APC cache

Description

bool apc_clear_cache ([ string $cache_type = "" ] )

Clears the user/system cache.

Parameters

cache_type

If cache_type is "user", the user cache will be cleared; otherwise, the system cache (cached files) will be cleared.

Return Values

Returns TRUE always

See Also