LocalCacheLoadAll Method |
Namespace: Tangosol.Net.Cache
public virtual void LoadAll()
The specific set of data that will be loaded is unspecified. The implementation may choose to load all data, some specific subset of the data, or no data. An implementation may require that the loader implement the IIterableCacheLoader interface in order for this method to load any data.
An implementation may perform the load operation asynchronously.