summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/cache.itSnippet
diff options
context:
space:
mode:
Diffstat (limited to 'editors/InType/Prado.itBundle/snippets/cache.itSnippet')
-rw-r--r--editors/InType/Prado.itBundle/snippets/cache.itSnippet11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/InType/Prado.itBundle/snippets/cache.itSnippet b/editors/InType/Prado.itBundle/snippets/cache.itSnippet
new file mode 100644
index 00000000..83ccd59a
--- /dev/null
+++ b/editors/InType/Prado.itBundle/snippets/cache.itSnippet
@@ -0,0 +1,11 @@
+{
+ title: 'Output Cache'
+ tab_trigger: 'cache'
+ scope: 'text.html.prado'
+ content: '<com:TOutputCache${1: ID="${2:cache}"}${3:
+ Duration="${4:60}"}${5:
+ VaryByParam="${6:param}"}${7:
+ OnCheckDependency="${8:$2_CheckDependency}"}>
+ $0
+</com:TOutputCache>'
+} \ No newline at end of file