You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The get operation using a Callable creates an instance of ValueLoaderEntryProcessor for every call. It should be possible to make the processor static by providing the function that it needs to create the store value.