UncacheableValue.php in GraphQL 8.3
Namespace
Drupal\graphql\GraphQL\CacheFile
src/GraphQL/Cache/UncacheableValue.phpView source
<?php
namespace Drupal\graphql\GraphQL\Cache;
class UncacheableValue extends CacheableValue {
/**
* {@inheritdoc}
*/
protected $cacheMaxAge = 0;
}
Classes
Name | Description |
---|---|
UncacheableValue |