Hi,
I am using streamlit together with cached_property
from here. However, I feel like that streamlit ignores the cached_property decorator. Does this seem like expected behavior on streamlit’s side?
Further are their plans for streamlit to respect these types of caches, and is their a best practice to combine this with streamlit’s cache functionality?
Thanks