VMware GemFire Native Client C++ API Reference
|
VMware VMware GemFire Native C++ Reference 10.4.3
|
Loading...
Searching...
No Matches
CacheLoader.hpp
Go to the documentation of this file.
An application plug-in that can be installed on a region.
Definition CacheLoader.hpp:55
virtual std::shared_ptr< Cacheable > load(Region &rp, const std::shared_ptr< CacheableKey > &key, const std::shared_ptr< Serializable > &aCallbackArgument)=0
Loads a value.
virtual void close(Region &rp)
Called when the region containing this callback is destroyed, when the cache is closed.
Apache Geode C++ Cache API Documentation