Skip to content

Commit 5a861f5

Browse files
authored
content: Revise partials.IncludeCached description and signature
1 parent 2ad9d70 commit 5a861f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎content/en/functions/partials/IncludeCached.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: partials.IncludeCached
3-
description: Executes the given template and caches the result, optionally passing context. If the partial template contains a return statement, returns the given value, else returns the rendered output.
3+
description: Executes the given template and caches the result, optionally passing one or more variant keys. If the partial template contains a return statement, returns the given value, else returns the rendered output.
44
categories: []
55
keywords: []
66
params:
77
functions_and_methods:
88
aliases: [partialCached]
99
returnType: any
10-
signatures: ['partials.IncludeCached LAYOUT [CONTEXT] [VARIANT...]']
10+
signatures: ['partials.IncludeCached LAYOUT CONTEXT [VARIANT...]']
1111
aliases: [/functions/partialcached]
1212
---
1313

0 commit comments

Comments
 (0)