The CachedObjectId class serves as an identifier for a cached object in a NamedCache collection.
Inheritance Hierarchy
Soss.ClientCachedObjectId
Soss.ClientCachedObjectIdT
Namespace: Soss.Client
Assembly: soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax
The CachedObjectId type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Key |
The StateServerKey representing the key of a cached object. Read-only.
|
![]() | Value |
Fetches the object corresponding to this CachedObjectId from the
NamedCache and returns it.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether two CachedObjectId instances are equal.
(Overrides ObjectEquals(Object).) |
![]() | Equals(CachedObjectId) |
Determines whether two CachedObjectId instances are equal.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode |
Overrides GetHashCode method.
(Overrides ObjectGetHashCode.) |
![]() | GetStringKey |
Retrieves the original (unhashed) string used as a key to a StateServer
object.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Returns a string representing this key.
(Overrides ObjectToString.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Compares two CachedObjectId instances for equality.
|
![]() ![]() | Inequality |
Compares two CachedObjectId instances for inequality.
|
Remarks
See Also