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