You are here

public function HttpCache::getStore in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/HttpCache/HttpCache.php \Symfony\Component\HttpKernel\HttpCache\HttpCache::getStore()

Gets the current store.

Return value

StoreInterface $store A StoreInterface instance

File

vendor/symfony/http-kernel/HttpCache/HttpCache.php, line 103

Class

HttpCache
Cache provides HTTP caching.

Namespace

Symfony\Component\HttpKernel\HttpCache

Code

public function getStore() {
  return $this->store;
}