We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b73ffa commit 1ede24eCopy full SHA for 1ede24e
src/Support/Facades/ElementCaches.php
@@ -8,6 +8,16 @@
8
use Override;
9
10
/**
11
+ * @method static bool isCollectingCacheInfo()
12
+ * @method static void startCollectingCacheInfo()
13
+ * @method static void collectCacheTags(array $tags)
14
+ * @method static void setCacheExpiryDate(\DateTime $expiryDate)
15
+ * @method static void collectCacheInfoForElement(\craft\base\ElementInterface $element)
16
+ * @method static array stopCollectingCacheInfo()
17
+ * @method static array invalidateAll()
18
+ * @method static array invalidateForElementType(string $elementType)
19
+ * @method static array invalidateForElement(\craft\base\ElementInterface $element)
20
+ *
21
* @see \CraftCms\Cms\Element\ElementCaches
22
*/
23
class ElementCaches extends Facade
0 commit comments