Lines Matching defs:dependency
20 * * to add cache validity dependency such as requested page,
29 * The dependency value is the requested page path
88 const CANONICAL = "cache:dependency";
100 * In a general pattern, a dependency is a series of function that would output runtime data
145 * Rerender for now only the secondary slot if it has cache dependency
148 * @param string $dependency - a {@link MarkupCacheDependencies} ie
151 public static function reRenderSideSlotIfNeeded($pathAddedOrDeleted, string $dependency, string $event)
179 if ($cacheDependencies->hasDependency($dependency)) {
181 $message = "$link ($dependency) was met with the primary slot ($pathAddedOrDeleted).";
233 throw new ExceptionRuntimeInternal("The requested dependency value ($dependenciesValue) has no calculation");
261 foreach ($runtimeDependencies as $dependency) {
262 if (in_array($dependency, self::OUTPUT_DEPENDENCIES)) {
263 $dependencyKey .= $this->getValueForKey($dependency);
280 throw new ExceptionRuntime("Unknown dependency value ($dependencyName)");
324 * Snippet.json, Cache dependency are data dependent