Hi, I have been using python sdk for the application and also using BagState in production. I was wondering whether state logic has any write-through-cache implemented or not. If we are sending every read and write request through network then it comes with a performance cost. We can avoid network call for a read operation if we have write-through-cache. I have superficially looked into the implementation and I didn't see any cache implementation.
is it possible to have this cache? would it cause any issue if we have the caching layer?