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 ConverterCollections..::..ConverterNamedCache type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ConverterCollections..::..ConverterNamedCache |
Constructor.
|
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds an element with the provided key and value to the
dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | AddCacheListener(ICacheListener) |
Add a standard cache listener that will receive all events
(inserts, updates, deletes) that occur against the cache,
with the key, old-value and new-value included.
|
![]() | AddCacheListener(ICacheListener, Object, Boolean) |
Add a cache listener for a specific key.
|
![]() | AddCacheListener(ICacheListener, IFilter, Boolean) |
Add a cache listener that receives events based on a filter
evaluation.
|
![]() | AddIndex |
Add an index to this IQueryCache.
|
![]() | Aggregate(ICollection, IEntryAggregator) |
Perform an aggregating operation against the entries
specified by the passed keys.
|
![]() | Aggregate(IFilter, IEntryAggregator) |
Perform an aggregating operation against the collection of
entries that are selected by the given IFilter.
|
![]() | Clear |
Removes all elements from the dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | Contains |
Determines whether the dictionary contains an element with
the specified key.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | CopyTo |
Copies the elements of the collection to an array, starting
at a particular index.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | Destroy |
Release and destroy this instance of INamedCache.
|
![]() | Dispose |
Calls Dispose()()()() on the underlying cache to release the resources associated with the cache.
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetAll |
Get the values for all the specified keys, if they are in the
cache.
(Inherited from ConverterCollections..::..ConverterCache.) |
![]() | GetEntries(IFilter) |
Return a collection of the entries contained in this cache
that satisfy the criteria expressed by the filter.
|
![]() | GetEntries(IFilter, IComparer) |
Return a collection of the entries contained in this cache
that satisfy the criteria expressed by the filter.
|
![]() | GetEnumerator |
Returns an IDictionaryEnumerator object for the
dictionary.
(Inherited from ConverterCollections..::..ConverterCache.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetKeys |
Return a collection of the keys contained in this cache for
entries that satisfy the criteria expressed by the filter.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValues(IFilter) |
Return a collection of the values contained in this cache for
entries that satisfy the criteria expressed by the filter.
|
![]() | GetValues(IFilter, IComparer) |
Return a collection of the values contained in this cache for
entries that satisfy the criteria expressed by the filter.
|
![]() | Insert(Object, Object) |
Associates the specified value with the specified key in this
cache.
(Inherited from ConverterCollections..::..ConverterCache.) |
![]() | Insert(Object, Object, Int64) |
Associates the specified value with the specified key in this
cache.
(Inherited from ConverterCollections..::..ConverterCache.) |
![]() | InsertAll |
Copies all of the mappings from the specified dictionary to this
cache (optional operation).
(Inherited from ConverterCollections..::..ConverterCache.) |
![]() | InstantiateCacheEnumerator |
Returns an instance of ICacheEnumerator that
uses IConverters to view an underlying
enumerator.
(Inherited from ConverterCollections..::..ConverterCache.) |
![]() | InstantiateCollection |
Create a Converter Collection.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | InstantiateDictionary |
Create a Converter Dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | InstantiateDictionaryEnumerator |
Returns an instance of IDictionaryEnumerator that
uses an IConverters to view an underlying
enumerator.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | InstantiateEntries |
Create a Converter Entry collection.
(Inherited from ConverterCollections..::..ConverterCache.) |
![]() | Invoke |
Invoke the passed IEntryProcessor against the
entry specified by the passed key, returning the result of
the invocation.
|
![]() | InvokeAll(ICollection, IEntryProcessor) |
Invoke the passed IEntryProcessor against the
entries specified by the passed keys, returning the result of
the invocation for each.
|
![]() | InvokeAll(IFilter, IEntryProcessor) |
Invoke the passed IEntryProcessor against the
set of entries that are selected by the given
IFilter, returning the result of the invocation
for each.
|
![]() | Lock(Object) |
Attempt to lock the specified item and return immediately.
|
![]() | Lock(Object, Int64) |
Attempt to lock the specified item within the specified
period of time.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Release |
Release local resources associated with this instance of
INamedCache.
|
![]() | Remove |
Removes the element with the specified key from the
dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | RemoveCacheListener(ICacheListener) |
Remove a standard cache listener that previously signed up
for all events.
|
![]() | RemoveCacheListener(ICacheListener, Object) |
Remove a cache listener that previously signed up for events
about a specific key.
|
![]() | RemoveCacheListener(ICacheListener, IFilter) |
Remove a cache listener that previously signed up for events
based on a filter evaluation.
|
![]() | RemoveIndex |
Remove an index from this IQueryCache.
|
![]() | ToString |
Return a string description for this dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | Truncate |
Removes all mappings from this map.
|
![]() | Unlock |
Unlock the specified item.
|
![]() | View |
Construct a view of this INamedCache.
|
Extension Methods
Name | Description | |
---|---|---|
![]() | GetOrDefault |
Returns the value to which the specified key is mapped, or
the defaultValue if this cache contains no mapping for the key.
(Defined by InvocableCacheEx.) |
![]() | InsertIfAbsent |
If the specified key is not already associated with a value
(or is mapped to null) associates it with the given value and
returns null, else returns the current value.
(Defined by InvocableCacheEx.) |
![]() | Remove |
Removes the entry for the specified key only if it is currently
mapped to the specified value.
(Defined by InvocableCacheEx.) |
![]() | Replace(Object, Object) | Overloaded.
Replaces the entry for the specified key only if it is
currently mapped to some value.
(Defined by InvocableCacheEx.) |
![]() | Replace(Object, Object, Object) | Overloaded.
Replaces the entry for the specified key only if currently
mapped to the specified value.
(Defined by InvocableCacheEx.) |
Fields
Name | Description | |
---|---|---|
![]() | m_cacheConcurrent |
A Converter ConcurrentCache around the underlying
INamedCache.
|
![]() | m_cacheInvocable |
A Converter InvocableCache around the underlying INamedCache.
|
![]() | m_cacheObservable |
A Converter ObservableCache aroung the underlying
INamedCache.
|
![]() | m_cacheQuery |
A Converter QueryCache around the underlying INamedCache.
|
![]() | m_convKeyDown |
The IConverter used to pass keys down to the dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | m_convKeyUp |
The IConverter used to view keys stored in the dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | m_convValDown |
The IConverter used to pass keys down to the dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | m_convValUp |
The IConverter used to view values stored in the dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | m_dictionary |
The underlying dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | m_entries |
The entry collection.
(Inherited from ConverterCollections..::..ConverterCache.) |
Properties
Name | Description | |
---|---|---|
![]() | Cache |
The underlying ICache.
(Inherited from ConverterCollections..::..ConverterCache.) |
![]() | CacheName |
Gets the cache name.
|
![]() | CacheService |
Gets the ICacheService that this INamedCache is
a part of.
|
![]() | ConverterKeyDown |
The IConverter used to pass keys down to the
underlying dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | ConverterKeyUp |
The IConverter used to view the underlying
dictionary's keys through.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | ConverterValueDown |
The IConverter used to pass values down to the
underlying dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | ConverterValueUp |
The IConverter used to view the underlying
dictionary's values through.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | Count |
Gets the number of elements contained in the dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | Dictionary |
The underlying IDictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | Entries |
Gets a collection of ICacheEntry instances
within the cache.
(Inherited from ConverterCollections..::..ConverterCache.) |
![]() | IsActive |
Specifies whether or not the INamedCache is active.
|
![]() | IsFixedSize |
Gets a value indicating whether the dictionary has a fixed
size.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | IsReadOnly |
Gets a value indicating whether the dictionary is read-only.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | IsSynchronized |
Gets a value indicating whether access to the dictionary is
synchronized (thread safe).
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | Item |
Gets or sets the element with the specified key.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | Keys |
Gets an ICollection containing the keys of the
dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | NamedCache |
The underlying INamedCache.
|
![]() | SyncRoot |
Gets an object that can be used to synchronize access to the
dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | Values |
Gets an ICollection containing the values in
the dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.) |