diff options
Diffstat (limited to 'demos/quickstart')
-rw-r--r-- | demos/quickstart/protected/application.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/demos/quickstart/protected/application.xml b/demos/quickstart/protected/application.xml index b695f45b..88cab8d1 100644 --- a/demos/quickstart/protected/application.xml +++ b/demos/quickstart/protected/application.xml @@ -2,7 +2,9 @@ <application id="QuickStart" Mode="Debug">
<modules>
- <module id="cache" class="System.Data.TAPCCache" />
+ <!-- uncomment the following to enable caching
+ <module id="cache" class="System.Data.TSqliteCache" />
+ -->
<!-- uncomment the following to enable logging to file
<module id="log" class="System.Log.TLogRouter">
<route class="TFileLogRoute" />
|