PHP 8.2.31
Preview: NullCache.php Size: 395 B
/home/nshryvcy/himaltourism.com/wp-content/plugins/mailpoet/vendor-prefixed/twig/twig/src/Cache/NullCache.php

<?php
namespace MailPoetVendor\Twig\Cache;
if (!defined('ABSPATH')) exit;
final class NullCache implements CacheInterface
{
 public function generateKey(string $name, string $className) : string
 {
 return '';
 }
 public function write(string $key, string $content) : void
 {
 }
 public function load(string $key) : void
 {
 }
 public function getTimestamp(string $key) : int
 {
 return 0;
 }
}

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
329 B lrw-r--r-- 2023-04-04 05:35:39
Edit Download
1.85 KB lrw-r--r-- 2023-04-04 05:35:39
Edit Download
0 B lrw-r--r-- 2023-04-04 05:35:39
Edit Download
395 B lrw-r--r-- 2023-04-04 05:35:39
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).