Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
The AbstractKeySetBasedCache type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Count |
Returns the number of key-value mappings in this cache.
(Overrides AbstractKeyBasedCache..::..Count.) |
![]() | 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.) |