You are here

UncacheableValue.php in GraphQL 8.3

File

src/GraphQL/Cache/UncacheableValue.php
View source
<?php

namespace Drupal\graphql\GraphQL\Cache;

class UncacheableValue extends CacheableValue {

  /**
   * {@inheritdoc}
   */
  protected $cacheMaxAge = 0;

}

Classes

Namesort descending Description
UncacheableValue