Apache Geode Native C++ Reference 1.15.0
|
A mutable CacheableKey
hash set wrapper that can serve as a distributable object for caching.
More...
#include <CacheableBuiltins.hpp>
Inherits internal::CacheableContainerPrimitive< HashSetOfCacheableKey, internal::DSCode::CacheableLinkedHashSet, CacheableLinkedHashSet >.
A mutable CacheableKey
hash set wrapper that can serve as a distributable object for caching.
This is provided for compability with java side, though is functionally identical to CacheableHashSet
i.e. does not provide the predictable iteration semantics of java LinkedHashSet
.