Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. NullCache.php

function NullCache::getTimestamp

Overrides CacheInterface::getTimestamp

File

vendor/twig/twig/src/Cache/NullCache.php, line 34

Class

NullCache
Implements a no-cache strategy.

Namespace

Twig\Cache

Code

public function getTimestamp(string $key) : int {
    return 0;
}
RSS feed
Powered by Drupal