| Dispose | Releases all the resources used by the InterprocessCache object. |
| Dispose(Boolean) | Releases the unmanaged resources used by the InterprocessCache object and optionally releases the managed resources. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize |
Releases the unmanaged resources before the InterprocessCache object is reclaimed by GC.
(Overrides ObjectFinalize) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Load | Initiates inter-process synchronized cache file load. |
| LoadFileData | Handles deserialization of file from disk; virtual method allows customization (e.g., pre-load decryption and/or data merge). |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ReleaseInterprocessResources | Releases the inter-process resources used by the InterprocessCache. |
| Save | Initiates inter-process synchronized cache file save. |
| SaveFileData | Handles serialization of file to disk; virtual method allows customization (e.g., pre-save encryption and/or data merge). |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| WaitForLoad | Blocks current thread and waits for any pending load to complete; wait time is RetryDelayInterval * MaximumRetryAttempts. |
| WaitForLoad(Int32) | Blocks current thread and waits for specified millisecondsTimeout for any pending load to complete. |
| WaitForSave | Blocks current thread and waits for any pending save to complete; wait time is RetryDelayInterval * MaximumRetryAttempts. |
| WaitForSave(Int32) | Blocks current thread and waits for specified millisecondsTimeout for any pending save to complete. |
| GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |
| GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |