summaryrefslogtreecommitdiff
path: root/editors/InType/Prado.itBundle/snippets/cache.itSnippet
blob: 83ccd59a2d001130ffcc9ec77b961664cc929414 (plain)
1
2
3
4
5
6
7
8
9
10
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>'
}