AbstractCacheLoader Class |
Namespace: Tangosol.Net.Cache
public abstract class AbstractCacheLoader : ICacheLoader
The AbstractCacheLoader type exposes the following members.
Name | Description | |
---|---|---|
![]() | AbstractCacheLoader | Initializes a new instance of the AbstractCacheLoader class |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | 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 | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Load |
Return the value associated with the specified key, or
null if the key does not have an associated value in the
underlying store.
|
![]() | LoadAll |
Return the values associated with each the specified keys in
the passed collection.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |