The ClientCache type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of items stored in the cache.
(Overrides Cache..::..Count.)
Public propertyExceptionsEnabled
Flag that indicates whether exceptions are enabled or not.
(Overrides Cache..::..ExceptionsEnabled.)
Public propertyItem
Gets or sets the cache item at the specified key.
(Overrides Cache..::..Item[([( String])]) .)

See Also