bandwidthThrottle\tokenBucket\storage\MemcacheStorage::remove PHP Method

remove() public method

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