class BigPipeSessionlessPageCache in Sessionless BigPipe 8
Same name and namespace in other branches
- 2.x src/StackMiddleware/BigPipeSessionlessPageCache.php \Drupal\big_pipe_sessionless\StackMiddleware\BigPipeSessionlessPageCache
Hierarchy
- class \Drupal\page_cache\StackMiddleware\PageCache implements \Symfony\Component\HttpKernel\HttpKernelInterface
- class \Drupal\big_pipe_sessionless\StackMiddleware\BigPipeSessionlessPageCache
Expanded class hierarchy of BigPipeSessionlessPageCache
See also
\Drupal\big_pipe_sessionless\Render\BigPipeSessionless::sendContent
1 file declares its use of BigPipeSessionlessPageCache
File
- src/
StackMiddleware/ BigPipeSessionlessPageCache.php, line 12
Namespace
Drupal\big_pipe_sessionless\StackMiddlewareView source
class BigPipeSessionlessPageCache extends PageCache {
// @codingStandardsIgnoreStart
public function _storeResponse(Request $request, Response $response) {
return $this
->storeResponse($request, $response);
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
BigPipeSessionlessPageCache:: |
public | function | ||
PageCache:: |
protected | property | The cache bin. | |
PageCache:: |
protected | property | The cache ID for the (master) request. | |
PageCache:: |
protected | property | The wrapped HTTP kernel. | |
PageCache:: |
protected | property | A policy rule determining the cacheability of a request. | |
PageCache:: |
protected | property | A policy rule determining the cacheability of the response. | |
PageCache:: |
protected | function | Fetches a response from the backend and stores it in the cache. | |
PageCache:: |
protected | function | Returns a response object from the page cache. | |
PageCache:: |
protected | function | Gets the page cache ID for this request. | |
PageCache:: |
public | function | Handles a Request to convert it to a Response. | |
PageCache:: |
protected | function | Retrieves a response from the cache or fetches it from the backend. | |
PageCache:: |
protected | function | Sidesteps the page cache and directly forwards a request to the backend. | |
PageCache:: |
protected | function | Stores a response object in the page cache. | |
PageCache:: |
protected | function | Stores a response in the page cache. | |
PageCache:: |
public | function | Constructs a PageCache object. |