|
FileBackedDictionaryTKey, TValueCacheSize Property
|
Gets or sets the size of the cache used
to store data from the file in memory.
Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.242-beta+5de70bd1c87865d409ebc16b8886196644c0c750
Syntaxpublic long CacheSize { get; set; }
Public Property CacheSize As Long
Get
Set
member CacheSize : int64 with get, set
function get_CacheSize();
function set_CacheSize(value);
View SourceProperty Value
Int64
See Also