diff options
Diffstat (limited to 'demos')
-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" />
|