public function HttpCache::getStore in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\HttpCacheCode
public function getStore() {
return $this->store;
}