|
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.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
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