bandwidthThrottle\tokenBucket\storage\MemcacheStorage::remove PHP Méthode

remove() public méthode

public remove ( )
    public function remove()
    {
        if (!$this->memcache->delete($this->key)) {
            throw new StorageException("Could not remove microtime.");
        }
    }