EAPObjectCache Methods |
The EAPObjectCache type exposes the following members.
| Name | Description | |
|---|---|---|
| CacheObject |
Adds an object to the cache. If an object with the same name already exists it is NOT replaced.
| |
| Clear |
Removes all elements from the Hashtable.
| |
| DevInfoHtml |
Generate an HTML table showing debug info about the cached items.
| |
| Dispose |
Close the database connection(s)
| |
| Equals | (Inherited from Object.) | |
| GetCachedObject |
Returns the object cached by the key. If the object does not exist the return value is null
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InitCache |
Called from HttpApplication.Init to keep this object around
| |
| Remove |
Removes the element with the specified key from the internal collection.
| |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |