AbstractKeySetBasedCache Properties |
The AbstractKeySetBasedCache type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Returns the number of key-value mappings in this cache.
(Overrides AbstractKeyBasedCacheCount.) | |
| Entries |
Returns a collection of the mappings contained in this cache.
(Inherited from AbstractKeyBasedCache.) | |
| IsFixedSize |
Gets a value indicating whether the IDictionary object has
a fixed size.
(Inherited from AbstractKeyBasedCache.) | |
| IsReadOnly |
Gets a value indicating whether the IDictionary object is
read-only.
(Inherited from AbstractKeyBasedCache.) | |
| IsSynchronized |
Gets a value indicating whether access to the ICollection
is synchronized (thread safe).
(Inherited from AbstractKeyBasedCache.) | |
| Item |
Returns the value to which this cache maps the specified key.
(Inherited from AbstractKeyBasedCache.) | |
| Keys |
Returns a collection view of the keys contained in this cache.
(Inherited from AbstractKeyBasedCache.) | |
| SyncRoot |
Gets an object that can be used to synchronize access to the
ICollection.
(Inherited from AbstractKeyBasedCache.) | |
| Values |
Returns a collection of the values contained in this cache.
(Inherited from AbstractKeyBasedCache.) |