# Functions
ClearMutableState clears cached mutable state for the given key to force a reload from persistence on the next access.
No description provided by the author
GetMutableState returns the MutableState for the given key from the cache.
NewCacheFnProvider provide a NewCacheFn that can be used to create new workflow cache.
No description provided by the author
NewMockCache creates a new mock instance.
No description provided by the author
PutContextIfNotExist puts the given workflow Context into the cache, if it doens't already exist.
# Structs
No description provided by the author
MockCache is a mock of Cache interface.
MockCacheMockRecorder is the mock recorder for MockCache.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author