TheMirrorCache<(Of <(<'T>)>)> Properties
The TheMirrorCache<(Of <(<'T>)>)> type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
AllowFireUpdates |
Gets or sets a value indicating whether [allow fire updates].
|
![]() |
AppendOnly |
If set to true the store will only append records to disk and not store any in RAM (MyRecords of the MirrorCache)
|
![]() |
BlockWriteIfIsolated | |
![]() |
CacheStoreInterval | |
![]() |
Count |
Gets the count.
|
![]() |
FastSaveLock |
For persistent mirror caches, indicates if save operations should minimize locking by serializing to memory instead of disk (trades off higher memory usage against performance)
|
![]() |
IsCacheEncrypted |
Gets or sets a value indicating whether this instance is cache encrypted.
|
![]() |
IsCachePersistent |
Gets or sets a value indicating whether this instance is cache persistent.
|
![]() |
IsReady |
Gets or sets a value indicating whether this instance is ready.
|
![]() |
IsStoreIntervalInSeconds |
If set to true the store will save the content very CacheStoreInterval seconds. If set to false it requries CacheStoreInterval Changes to the store to write to disk
|
![]() |
MaxCacheFileCount |
Maxmimum number of cache files allowed. Once this number is reached, older files will be deleted. Used only for AppendOnly StorageMirrors.
|
![]() |
MaxCacheFileSize |
Maximum size (in KB) allowed for a single cache file. Used only for AppendOnly StorageMirrors.
|
![]() |
TheKeys |
Gets the keys.
|
![]() |
TheValues |
Gets the values.
|
![]() |
UseSafeSave |
For persistent caches, gets or sets a value indicating whether to keep a backup copy during each save.
|