This type is a class for model objects.
Settings applied to the memory cache contents that have been offloaded to disk. These settings apply only when the Disk Cache Performance Level is CUSTOM.
Package: applicationserverAttributes Summary | |
maxBufferedCacheIdsPerMetaEntry : EInt | Specifies a value for the maximum number of cache ids stored for an individual dependency id or template in the disk cache metadata in memory. If this limit is exceeded this information will be offloaded to the disk. Valid values are 100 to MAXINT This setting applies only when the Disk Offload Performance Level is CUSTOM. |
maxBufferedDependencyIds : EInt | Specifies a value for the maximum number of dependency id buckets in the disk cache metadata in memory. If this limit is exceeded this information will be offloaded to the disk. Valid values are 100 to MAXINT This setting applies only when the Disk Cache Performance Level is CUSTOM. |
maxBufferedTemplates : EInt | Specifies a value for the maximum number of template buckets in the disk cache metadata in memory. If this limit is exceeded this information will be offloaded to the disk. Valid values are 10 to MAXINT This setting applies only when the Disk Cache Performance Level is CUSTOM. |
Attribute Details |