Home
last modified time | relevance | path

Searched refs:FluidCacheInterface (Results 1 – 23 of 23) sorted by relevance

/dports/www/typo3-10/typo3_src-10.4.25/vendor/typo3fluid/fluid/src/Core/Rendering/
H A DRenderingContextInterface.php9 use TYPO3Fluid\Fluid\Core\Cache\FluidCacheInterface; alias
124 * @param FluidCacheInterface $cache
127 public function setCache(FluidCacheInterface $cache);
130 * @return FluidCacheInterface
H A DRenderingContext.php9 use TYPO3Fluid\Fluid\Core\Cache\FluidCacheInterface; alias
96 * @var FluidCacheInterface
299 * @param FluidCacheInterface $cache
302 public function setCache(FluidCacheInterface $cache)
308 * @return FluidCacheInterface
320 return $this->cache instanceof FluidCacheInterface;
/dports/www/typo3-11/typo3_src-11.5.7/vendor/typo3fluid/fluid/src/Core/Rendering/
H A DRenderingContextInterface.php9 use TYPO3Fluid\Fluid\Core\Cache\FluidCacheInterface; alias
124 * @param FluidCacheInterface $cache
127 public function setCache(FluidCacheInterface $cache);
130 * @return FluidCacheInterface
H A DRenderingContext.php9 use TYPO3Fluid\Fluid\Core\Cache\FluidCacheInterface; alias
90 * @var FluidCacheInterface
292 * @param FluidCacheInterface $cache
295 public function setCache(FluidCacheInterface $cache)
301 * @return FluidCacheInterface
313 return $this->cache instanceof FluidCacheInterface;
/dports/www/typo3-9/typo3_src-9.5.31/vendor/typo3fluid/fluid/src/Core/Rendering/
H A DRenderingContextInterface.php9 use TYPO3Fluid\Fluid\Core\Cache\FluidCacheInterface; alias
124 * @param FluidCacheInterface $cache
127 public function setCache(FluidCacheInterface $cache);
130 * @return FluidCacheInterface
H A DRenderingContext.php9 use TYPO3Fluid\Fluid\Core\Cache\FluidCacheInterface; alias
96 * @var FluidCacheInterface
299 * @param FluidCacheInterface $cache
302 public function setCache(FluidCacheInterface $cache)
308 * @return FluidCacheInterface
320 return $this->cache instanceof FluidCacheInterface;
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/fluid/Classes/Core/Cache/
H A DFluidTemplateCache.php20 use TYPO3Fluid\Fluid\Core\Cache\FluidCacheInterface; alias
32 class FluidTemplateCache extends PhpFrontend implements FluidCacheInterface
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/fluid/Classes/Core/Cache/
H A DFluidTemplateCache.php19 use TYPO3Fluid\Fluid\Core\Cache\FluidCacheInterface; alias
31 class FluidTemplateCache extends PhpFrontend implements FluidCacheInterface
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/fluid/Classes/Core/Cache/
H A DFluidTemplateCache.php20 use TYPO3Fluid\Fluid\Core\Cache\FluidCacheInterface; alias
32 class FluidTemplateCache extends PhpFrontend implements FluidCacheInterface
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/fluid/Classes/Core/Rendering/
H A DRenderingContextFactory.php25 use TYPO3Fluid\Fluid\Core\Cache\FluidCacheInterface; alias
97 if (!$cache instanceof FluidCacheInterface) {
H A DRenderingContext.php24 use TYPO3Fluid\Fluid\Core\Cache\FluidCacheInterface; alias
76 FluidCacheInterface $cache,
/dports/www/typo3-10/typo3_src-10.4.25/vendor/typo3fluid/fluid/src/View/
H A DAbstractTemplateView.php9 use TYPO3Fluid\Fluid\Core\Cache\FluidCacheInterface; alias
80 * @param FluidCacheInterface $cache
83 public function setCache(FluidCacheInterface $cache)
/dports/www/typo3-11/typo3_src-11.5.7/vendor/typo3fluid/fluid/src/View/
H A DAbstractTemplateView.php9 use TYPO3Fluid\Fluid\Core\Cache\FluidCacheInterface; alias
80 * @param FluidCacheInterface $cache
83 public function setCache(FluidCacheInterface $cache)
/dports/www/typo3-9/typo3_src-9.5.31/vendor/typo3fluid/fluid/src/View/
H A DAbstractTemplateView.php9 use TYPO3Fluid\Fluid\Core\Cache\FluidCacheInterface; alias
80 * @param FluidCacheInterface $cache
83 public function setCache(FluidCacheInterface $cache)
/dports/www/typo3-9/typo3_src-9.5.31/vendor/typo3fluid/fluid/src/Core/Cache/
H A DFluidCacheInterface.php15 interface FluidCacheInterface interface
H A DSimpleFileCache.php17 class SimpleFileCache implements FluidCacheInterface
/dports/www/typo3-11/typo3_src-11.5.7/vendor/typo3fluid/fluid/src/Core/Cache/
H A DFluidCacheInterface.php15 interface FluidCacheInterface interface
H A DSimpleFileCache.php17 class SimpleFileCache implements FluidCacheInterface
/dports/www/typo3-10/typo3_src-10.4.25/vendor/typo3fluid/fluid/src/Core/Cache/
H A DFluidCacheInterface.php15 interface FluidCacheInterface interface
H A DSimpleFileCache.php17 class SimpleFileCache implements FluidCacheInterface
/dports/www/typo3-9/typo3_src-9.5.31/vendor/typo3fluid/fluid/doc/
H A DFLUID_IMPLEMENTATION.md80 ever could. These compiled templates can only be stored if a `FluidCacheInterface`-implementing obj…
83 …d to store the compiled templates in other ways you can implement `FluidCacheInterface` in your ca…
/dports/www/typo3-11/typo3_src-11.5.7/vendor/typo3fluid/fluid/doc/
H A DFLUID_IMPLEMENTATION.md80 ever could. These compiled templates can only be stored if a `FluidCacheInterface`-implementing obj…
83 …d to store the compiled templates in other ways you can implement `FluidCacheInterface` in your ca…
/dports/www/typo3-10/typo3_src-10.4.25/vendor/typo3fluid/fluid/doc/
H A DFLUID_IMPLEMENTATION.md80 ever could. These compiled templates can only be stored if a `FluidCacheInterface`-implementing obj…
83 …d to store the compiled templates in other ways you can implement `FluidCacheInterface` in your ca…