You are here

namespace Symfony\Component\HttpKernel\CacheWarmer in Zircon Profile 8

Same name in other branches
  1. 8.0 Symfony\Component\HttpKernel\CacheWarmer
Classsort descending Location Description
CacheWarmer vendor/symfony/http-kernel/CacheWarmer/CacheWarmer.php Abstract cache warmer that knows how to write a file to the cache.
CacheWarmerAggregate vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php Aggregates several cache warmers into a single one.
CacheWarmerInterface vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php Interface for classes able to warm up the cache.
WarmableInterface vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php Interface for classes that support warming their cache.