Lavender\Cloud\Sina\Cache\MemcacheStore::getPrefix PHP 메소드

getPrefix() 공개 메소드

Get the cache key prefix.
public getPrefix ( ) : string
리턴 string
    public function getPrefix()
    {
        return $this->prefix;
    }