1// Copyright (c) 2026, Salesforce, Inc.,
2// All rights reserved.
3// For full license text, see the LICENSE.txt file
45//! A layer to handle storing in a shared memory across the different workers of a host.
67pub mod concurrent_shared_data;
8mod in_memory_cache;