I have used before_save, before_update, before_delete hook functions for caching data to redis in-memory database and it's working great but I need a similar before_read hook function to read data from cache if available. Is there any plan for it or can I add that functionality?