Apache Geode Native C++ Reference 1.15.0
apache::geode::client::CacheableLinkedHashSet Class Reference

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 >.

Detailed Description

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.


Apache Geode C++ Cache API Documentation