Closed hazho closed 3 years ago
guys; kindly provide us an example of view cache or in-template cache regarding to the documentation link
The Cache instance is used when bootstrapping a provider-registry.
Cache
from micawber import Cache, bootstrap_oembed cache = Cache() # Simple in-memory cache. pr = bootstrap_oembed(cache=cache)
guys; kindly provide us an example of view cache or in-template cache regarding to the documentation link