Pop\Cache\Cache::adapter PHP 메소드

adapter() 공개 메소드

Method to get the adapter
public adapter ( ) : mixed
리턴 mixed
    public function adapter()
    {
        return $this->adapter;
    }