|
VEngineGetCacheInfo Method
|
Gets summary information about files in the cache directory. Meaningful results are currently
only returned for Carbon running in Azure hosting with the Job.ini flag set to activate caching.
Namespace: RCS.Carbon.VariablesAssembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax public static CacheInfo GetCacheInfo(
int maxFileNames = 0
)
Parameters
- maxFileNames Int32 (Optional)
- The maximum number of cached files names to list. The default is zero
so no files are listed.
Return Value
CacheInfoIf the cache directory exist then the file count and total file bytes are always returned
and an optional list of file names is included if the
maxFileNames value is
greater than zero.
See Also