|
FileBackedHashSetTCacheSize 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.239-beta+5928cebde0dd955df84e791f5ea67acbd192773e
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