blob: 43404933553f00f4a7d84758a624e02579a9c32a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[AssetCache]
;;
;; Options for CenomeAssetCache
;;
; Max size of the cache in bytes
; 134217728 = 128 MB, 26843556 = 256 MB, etc (default: 134217728)
MaxSize = 134217728
; How many assets it is possible to store in the cache (default: 4096)
MaxCount = 4096
; Expiration time in minutes (default: 30)
ExpirationTime = 30
|