WrapperNamedCache Properties |
The WrapperNamedCache type exposes the following members.
Name | Description | |
---|---|---|
![]() | CacheName |
Gets the cache name.
|
![]() | CacheService |
Gets the ICacheService that this INamedCache
is a part of.
|
![]() | Count |
Returns the number of key-value mappings in this cache.
|
![]() | Entries |
Gets a collection of ICacheEntry instances
within the cache.
|
![]() | IsActive |
Specifies whether or not the INamedCache is active.
|
![]() | 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 |
Gets an ICollection containing the keys of the
IDictionary.
|
![]() | NamedCache |
Actual (wrapped) INamedCache.
|
![]() | SyncRoot |
Gets an object that can be used to synchronize access to this
object.
|
![]() | Values |
Gets an ICollection containing the values of the
IDictionary.
|