The [MemoryCache] configuration section contains parameters that control caching of specified fields to memory. To enable field caching, set NodeTableCacheFields to True in the [Server] section and configure the fields to cache with the MemCachedType property.
For example:
[FieldProcessing] ... 15=CachedFields [CachedFields] Property=SetCachedFields PropertyFieldCSVs=*/DREREFERENCE,*/DRETITLE,*/IMAGE,*/PAPER,*/SUMMARY,*/DOCTYPE [Properties] ...... [SetCachedFields] MemCachedType=True [Server] NodeTableCacheFields=True NodeTablePrepopulateCache=True [MemoryCache] EvictWhenFull=True MaxSize=1073741
|
|