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

isBootstrapped() public method

public isBootstrapped ( )
    public function isBootstrapped()
    {
        return $this->memcache->get($this->key) !== false;
    }