Lines Matching refs:slot
14 * Manage the cache dependencies for a slot level (not instructions cache).
24 * * header and footer main slot to have one output for each requested main page
30 * (used for syntax mostly used in the header and footer of the main slot for instance)
65 * the slot should be refreshed / cache should be deleted
145 * Rerender for now only the secondary slot if it has cache dependency
155 * Rerender secondary slot if needed
164 foreach ($slots as $slot) {
165 if ($slot === null) {
172 ->setRequestedExecutingPath($slot)
180 $link = PluginUtility::getDocumentationHyperLink("cache:slot", "Slot Dependency", false);
181 $message = "$link ($dependency) was met with the primary slot ($pathAddedOrDeleted).";