diff options
author | xue <> | 2006-04-04 04:08:48 +0000 |
---|---|---|
committer | xue <> | 2006-04-04 04:08:48 +0000 |
commit | 66843b23960e17991db0b4f7b01487063b2234bc (patch) | |
tree | dd4432597cc7d4f416da1fb3602daaee23778313 /demos/quickstart/protected/application.xml | |
parent | ccd3c322df4ac2e19e415ff53c9717ff87164102 (diff) |
Refactored cache classes with support for cache dependency
Diffstat (limited to 'demos/quickstart/protected/application.xml')
-rw-r--r-- | demos/quickstart/protected/application.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/quickstart/protected/application.xml b/demos/quickstart/protected/application.xml index 0eba3be7..cd6dd01e 100644 --- a/demos/quickstart/protected/application.xml +++ b/demos/quickstart/protected/application.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?>
<application id="QuickStart" Mode="Debug">
- <!--<modules>-->
+ <modules>
<!-- uncomment the following to enable caching
<module id="cache" class="System.Caching.TSqliteCache" />
-->
@@ -10,7 +10,7 @@ <route class="TFileLogRoute" />
</module>
-->
- <!--</modules>-->
+ </modules>
<paths>
<using namespace="Application.controls.*" />
</paths>
|