The AbstractKeySetBasedCache type exposes the following members.

Properties

  NameDescription
Public propertyCount
Returns the number of key-value mappings in this cache.
(Overrides AbstractKeyBasedCache..::..Count.)
Public propertyEntries
Returns a collection of the mappings contained in this cache.
(Inherited from AbstractKeyBasedCache.)
Public propertyIsFixedSize
Gets a value indicating whether the IDictionary object has a fixed size.
(Inherited from AbstractKeyBasedCache.)
Public propertyIsReadOnly
Gets a value indicating whether the IDictionary object is read-only.
(Inherited from AbstractKeyBasedCache.)
Public propertyIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from AbstractKeyBasedCache.)
Public propertyItem
Returns the value to which this cache maps the specified key.
(Inherited from AbstractKeyBasedCache.)
Public propertyKeys
Returns a collection view of the keys contained in this cache.
(Inherited from AbstractKeyBasedCache.)
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from AbstractKeyBasedCache.)
Public propertyValues
Returns a collection of the values contained in this cache.
(Inherited from AbstractKeyBasedCache.)

See Also