pdk-classy 1.9.1-alpha.2

PDK Classy
Documentation
1
2
3
4
5
6
7
8
// Copyright (c) 2026, Salesforce, Inc.,
// All rights reserved.
// For full license text, see the LICENSE.txt file

//! A layer to handle storing in a shared memory across the different workers of a host.

pub mod concurrent_shared_data;
mod in_memory_cache;