summaryrefslogtreecommitdiff
path: root/app/php/caches.xml
blob: 90e3e35896310015b488f5dde67937493cac1c1f (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <modules>
    <module id="cache" class="System.Caching.TDbCache" />
    <module id="asset" class="System.Web.TAssetManager"
            BasePath="Web._assets"
            BaseUrl="_assets" />
  </modules>
</configuration>