AtomsFramework Persistence Layer Reference Guide

CacheKey Members

CacheKey overview

Public Static (Shared) Methods

EqualsOverloaded. Determines if the cache keys of two objects are equivalent.

Public Instance Constructors

CacheKey Overloaded. Initializes a new instance of the CacheKey class.

Public Instance Properties

GetKeyValue Gets a specific key value
GetSize Gets the number of key fields used by the cached persistent object
HasLegitValues Indicates if the key contains legitimate (non-null) values.
ObjType The Type of the object being stored in the CacheEntry

Public Instance Methods

EqualsOverloaded. Determines if the key of an object is equivalent to the current cache key.
GetHashCode Generates a hash code for the current object
GetType (inherited from Object) Gets the Type of the current instance.
ToString Converts a cache key to a string.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
PopulateWith Populates the cache key with values from the referenced object

See Also

CacheKey Class | AtomsFramework Namespace