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