Pop\Cache\Adapter\Apc::clear PHP 메소드

clear() 공개 메소드

Method to clear all stored values from cache.
public clear ( ) : void
리턴 void
    public function clear()
    {
        apc_clear_cache();
        apc_clear_cache('user');
    }