Backend Realm

Backend Realm

Follow
homebadges
Tag

caching

#caching

More content

Read more stories on Hashnode


Articles with this tag

Dealing with lru_cache While Testing Django Applications

Feb 27, 20218 min read

lru_cache is the simplest method of caching expensive function calls. It's hassle-free and it doesn't need a backend (such as Redis). But there's a...

Dealing with lru_cache While Testing Django Applications