Caching manager for async methods
clear cache entries prefix matching given key
Optional
Enable caching for async call fn to lookup the response cache first, then invoke original if no cached value.
retrive cache entry, or create if not exists.
Key of cache entry
Caching manager for async methods