PHP 8.3.31
Preview: WarmableInterface.php Size: 826 B
/home/getspomw/royalsquad.us/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php

<?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Symfony\Component\HttpKernel\CacheWarmer;

/**
 * Interface for classes that support warming their cache.
 *
 * @author Fabien Potencier <fabien@symfony.com>
 */
interface WarmableInterface
{
    /**
     * Warms up the cache.
     *
     * @param string      $cacheDir Where warm-up artifacts should be stored
     * @param string|null $buildDir Where read-only artifacts should go; null when called after compile-time
     *
     * @return string[] A list of classes or files to preload
     */
    public function warmUp(string $cacheDir, ?string $buildDir = null): array;
}

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
885 B lrw-rw-rw- 2025-09-17 06:53:21
Edit Download
4.43 KB lrw-rw-rw- 2025-09-17 06:53:21
Edit Download
751 B lrw-rw-rw- 2025-09-17 06:53:21
Edit Download
4.03 KB lrw-r--r-- 2026-04-26 10:02:14
Edit Download
826 B lrw-rw-rw- 2025-09-17 06:53:21
Edit Download

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