Symfony\Component\HttpKernel\HttpCache\HttpCache::getStore PHP Method

getStore() public method

Gets the current store.
public getStore ( ) : Symfony\Component\HttpKernel\HttpCache\StoreInterface
return Symfony\Component\HttpKernel\HttpCache\StoreInterface $store A StoreInterface instance
    public function getStore()
    {
        return $this->store;
    }