Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The INamedCache type exposes the following members.

Methods

  NameDescription
Add
Adds an element with the provided key and value to the IDictionary object.
(Inherited from IDictionary.)
AddCacheListenerOverloaded.
AddIndex
Add an index to this IQueryCache.
(Inherited from IQueryCache.)
AggregateOverloaded.
Clear
Removes all elements from the IDictionary object.
(Inherited from IDictionary.)
Contains
Determines whether the IDictionary object contains an element with the specified key.
(Inherited from IDictionary.)
CopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from ICollection.)
Destroy
Release and destroy this instance of INamedCache.
Dispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
GetAll
Get the values for all the specified keys, if they are in the cache.
(Inherited from ICache.)
GetEntriesOverloaded.
GetEnumeratorOverloaded.
GetKeys
Return a collection of the keys contained in this cache for entries that satisfy the criteria expressed by the filter.
(Inherited from IQueryCache.)
GetValuesOverloaded.
InsertOverloaded.
InsertAll
Copies all of the mappings from the specified dictionary to this cache (optional operation).
(Inherited from ICache.)
Invoke
Invoke the passed IEntryProcessor against the entry specified by the passed key, returning the result of the invocation.
(Inherited from IInvocableCache.)
InvokeAllOverloaded.
LockOverloaded.
Release
Release local resources associated with this instance of INamedCache.
Remove
Removes the element with the specified key from the IDictionary object.
(Inherited from IDictionary.)
RemoveCacheListenerOverloaded.
RemoveIndex
Remove an index from this IQueryCache.
(Inherited from IQueryCache.)
Unlock
Unlock the specified item.
(Inherited from IConcurrentCache.)

Properties

  NameDescription
CacheName
Gets the cache name.
CacheService
Gets the ICacheService that this INamedCache is a part of.
Count
Gets the number of elements contained in the ICollection.
(Inherited from ICollection.)
Entries
Gets a collection of ICacheEntry instances within the cache.
(Inherited from ICache.)
IsActive
Specifies whether or not the INamedCache is active.
IsFixedSize
Gets a value indicating whether the IDictionary object has a fixed size.
(Inherited from IDictionary.)
IsReadOnly
Gets a value indicating whether the IDictionary object is read-only.
(Inherited from IDictionary.)
IsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from ICollection.)
Item
Gets or sets the element with the specified key.
(Inherited from IDictionary.)
Keys
Gets an ICollection object containing the keys of the IDictionary object.
(Inherited from IDictionary.)
SyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from ICollection.)
Values
Gets an ICollection object containing the values in the IDictionary object.
(Inherited from IDictionary.)

See Also