diff options
author | xue <> | 2006-02-21 19:04:38 +0000 |
---|---|---|
committer | xue <> | 2006-02-21 19:04:38 +0000 |
commit | 297c685f3c4a5e24267fa30f9e8761f0e7599dfd (patch) | |
tree | e9100b35b780ac1717e1bc22f76f1a5f5f729cb6 /demos/quickstart/protected/application.xml | |
parent | bc1f23499f784618dba14694fe4261c3fb1cc81d (diff) |
TAPCCache is formally available.
Diffstat (limited to 'demos/quickstart/protected/application.xml')
-rw-r--r-- | demos/quickstart/protected/application.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/demos/quickstart/protected/application.xml b/demos/quickstart/protected/application.xml index 88cab8d1..b695f45b 100644 --- a/demos/quickstart/protected/application.xml +++ b/demos/quickstart/protected/application.xml @@ -2,9 +2,7 @@ <application id="QuickStart" Mode="Debug">
<modules>
- <!-- uncomment the following to enable caching
- <module id="cache" class="System.Data.TSqliteCache" />
- -->
+ <module id="cache" class="System.Data.TAPCCache" />
<!-- uncomment the following to enable logging to file
<module id="log" class="System.Log.TLogRouter">
<route class="TFileLogRoute" />
|