VMware Tanzu GemFire Native C++ Reference 10.2.7
|
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
.