AbstractKeySetBasedCache Methods | 
The AbstractKeySetBasedCache type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | 
            Adds an element with the provided key and value to the
            IDictionary object.
              (Inherited from AbstractKeyBasedCache.) | |
| Clear | 
            Clear all key/value mappings.
              (Inherited from AbstractKeyBasedCache.) | |
| Contains | 
            Returns true if this cache contains a mapping for the
            specified key.
              (Overrides AbstractKeyBasedCacheContains(Object).) | |
| CopyTo | 
            Copies the elements of the ICollection to an Array,
            starting at a particular index.
              (Inherited from AbstractKeyBasedCache.) | |
| Equals | 
            Compares the specified object with this cache for equality.
              (Inherited from AbstractKeyBasedCache.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| Get | 
            Returns the value for the specified key.
              (Inherited from AbstractKeyBasedCache.) | |
| GetAll | 
            Get all the specified keys, if they are in the cache.
              (Inherited from AbstractKeyBasedCache.) | |
| GetEnumerator | 
            Returns an ICacheEnumerator object for the
            ICache instance.
              (Inherited from AbstractKeyBasedCache.) | |
| GetHashCode | 
            Returns the hash code value for this cache.
              (Inherited from AbstractKeyBasedCache.) | |
| GetInternalKeysCollection | 
            Obtain a collection of keys that are represented by this cache.
              | |
| GetKeysEnumerator | 
            Create an IEnumerator over the keys in this cache.
              (Overrides AbstractKeyBasedCacheGetKeysEnumerator.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| Insert(Object, Object) | 
            Associates the specified value with the specified key in this
            cache.
              (Inherited from AbstractKeyBasedCache.) | |
| Insert(Object, Object, Int64) | 
            Associates the specified value with the specified key in this
            cache.
              (Inherited from AbstractKeyBasedCache.) | |
| InsertAll | 
            Copies all of the mappings from the specified IDictionary
            to this cache.
              (Inherited from AbstractKeyBasedCache.) | |
| InstantiateEntriesCollection | 
            Factory pattern: Create a collection that represents the entries
            in the cache.
              (Inherited from AbstractKeyBasedCache.) | |
| InstantiateKeyEnumerator | 
            Factory pattern: Create an IEnumerator over the keys in
            the cache.
              | |
| InstantiateKeysCollection | 
            Factory pattern: Create a collection that represents the keys in
            the cache.
              (Inherited from AbstractKeyBasedCache.) | |
| InstantiateValuesCollection | 
            Factory pattern: Instantiate the values collection.
              (Inherited from AbstractKeyBasedCache.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| Remove | 
            Removes the mapping for this key from this cache if present.
              (Inherited from AbstractKeyBasedCache.) | |
| RemoveBlind | 
            Removes the mapping for this key from this cache if present.
              (Inherited from AbstractKeyBasedCache.) | |
| ToString | 
            Returns a string representation of this cache.
              (Inherited from AbstractKeyBasedCache.) |