for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
from dogpile.cache import make_region
popular_concepts_dict = {}
popular_concepts = make_region().configure(
'dogpile.cache.memory',
arguments={
'cache_dict': {}
}
)