so…
the app is running a lot faster, but i’m not getting cache hits while using the above function.
i also tested
@st.cache(hash_funcs={sqlalchemy.sql.selectable.Select: hash, Engine: lambda _: None})
maybe something with the engibe hash?
HELP
so…
the app is running a lot faster, but i’m not getting cache hits while using the above function.
i also tested
@st.cache(hash_funcs={sqlalchemy.sql.selectable.Select: hash, Engine: lambda _: None})
maybe something with the engibe hash?
HELP