bandwidthThrottle\tokenBucket\storage\MemcacheStorage::setMicrotime PHP Метод

setMicrotime() публичный Метод

public setMicrotime ( $microtime )
    public function setMicrotime($microtime)
    {
        if (!$this->memcache->set($this->key, $microtime, 0, 0)) {
            throw new StorageException("Could not set microtime.");
        }
    }