Skip to content

Commit

Permalink
trying caching
Browse files Browse the repository at this point in the history
  • Loading branch information
spier committed May 29, 2011
1 parent f7cb7f1 commit 4eb99e4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion wefeelfine/wefeelfine.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,13 @@
<key id="extraimages" type="xs:string" paramType="query"/>

<!-- specifies the return format. afaik only XML works -->
<key id="display" type="xs:string" paramType="query" default="xml" const="true" private="true" />
<key id="display" type="xs:string" paramType="query" default="xml" const="true" />
</inputs>

<!-- test of setting the caching time -->
<execute>
response.maxAge=300;
</execute>
</select>
</bindings>
</table>
Expand Down

0 comments on commit 4eb99e4

Please sign in to comment.