Caches data that is sometimes updated while maintaining the semantics of
"read committed" isolation level. If the database is set to "repeatable
read", this concurrency strategy almost maintains the semantics.
Repeatable read isolation is compromised in the case of concurrent writes.
This is an "asynchronous" concurrency strategy.
The ReadWriteCache..::..ILockable type exposes the following members.
Methods
Name | Description | |
---|---|---|
IsGettable | ||
IsPuttable | ||
Lock |
Properties
Name | Description | |
---|---|---|
IsLock |