Gets the current store.
Return value
StoreInterface $store A StoreInterface instance
File
 
   - drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php, line 105
 
  
  Class
  
  - HttpCache 
 
  - Cache provides HTTP caching.
 
  Namespace
  Symfony\Component\HttpKernel\HttpCache
Code
public function getStore() {
  return $this->store;
}