summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/cfml/cfcache.tag
blob: a49399537b91a6385e3c72f08a69f6ac41a7479b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE TAGS>
<TAGS>
<tag name="cfcache" single="1">
	<attr name="action" type="list">
		<items>
			<item>cache</item>
			<item>flush</item>
			<item>clientcache</item>
			<item>servercache</item>
			<item>optimal</item>
		</items>
	</attr>
	<attr name="directory" />
	<attr name="timespan" />
	<attr name="expireURL" />
	<attr name="username" />
	<attr name="password" />
	<attr name="port" />
	<attr name="protocol" />
</tag>
</TAGS>