Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache (Mantis #3759)

See the files: bin/config-include/GridCommon.ini.example and bin/config-include/StandaloneCommon.ini.example to configure and enable this caching method.
This commit is contained in:
Dahlia Trimble
2009-06-03 08:41:08 +00:00
parent b64c484d26
commit 9e3b592fa3
9 changed files with 3537 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
[Modules]
;AssetCaching = "CoreAssetCache"
AssetCaching = "GlynnTuckerAssetCache"
;AssetCaching = "CenomeMemoryAssetCache"
[AssetCache]
; Number of buckets for assets
@@ -16,3 +17,10 @@
;
AssetServerURI = "http://myassetserver.com:8003"
; Optional configurations for CenomeMemoryAssetCache
; Cache size 128 MB (default: 134217728)
; MaxSize = 134217728
; Maximal asset count
; MaxCount = 4096
; Asset's expiration time (minutes)
; ExpirationTime = 30