This configuration file contains server configuration parameters. See also General System Configuration. For more information, see Server cache.
This configuration file contains the definition of objects to be cached. It may change in differente versions. Find the file in the config\global\SERVERCACHEconfig.xml.
Each ObjectType entry controls how an object type is handled by the servercache. The attributes of the ObjectType entry are: •Name: the name of the object type. •Expiration: defines the period of time an object is held in the cache without it being accessed; once this period has elapsed without the object being accessed it is removed from the cache. •IsPreload: when true the first time an object of this type is referenced, all objects of this type are added to the cache. The Expiration period is ignored and the associated objects are held in the server cache permanently. •GracePeriod for each objectType: the period of time that must elapse between a cache entry of the specified objectType being created before the related last modified date is perceived to be out of date, i.e. I just got this a second ago, surely it’s still ok. |
To test the server cache, run the command: http://main.teradp.com/gn4/rest.ashx?cmd=monitor This display a list like this: <serverMonitor started="2014-08-29T09:52:34.057Z" elapsed="less than a minute ago" logins="5"> |