2009-06-14 21:37:50 +00:00
|
|
|
[AssetCache]
|
|
|
|
;;
|
2011-06-10 23:35:31 +00:00
|
|
|
;; Options for CenomeAssetCache
|
2009-06-14 21:37:50 +00:00
|
|
|
;;
|
2010-10-04 21:10:07 +00:00
|
|
|
|
2011-06-10 23:35:31 +00:00
|
|
|
; Max size of the cache in bytes
|
|
|
|
; 134217728 = 128 MB, 26843556 = 256 MB, etc (default: 134217728)
|
|
|
|
MaxSize = 134217728
|
2010-10-04 21:10:07 +00:00
|
|
|
|
2011-06-10 23:35:31 +00:00
|
|
|
; How many assets it is possible to store in the cache (default: 4096)
|
|
|
|
MaxCount = 4096
|
2010-10-04 21:10:07 +00:00
|
|
|
|
2011-06-10 23:35:31 +00:00
|
|
|
; Expiration time in minutes (default: 30)
|
|
|
|
ExpirationTime = 30
|