-
Nik | Klampfradler authored
This adds a private module _caching that wraps both the Django caching frameworks and the ucache libray. Both happen to expose the same (or at least sufficiently identical) API. If neither is usable, a dummy cache class mocking the API, but doing nothing, is instantiated.
Nik | Klampfradler authoredThis adds a private module _caching that wraps both the Django caching frameworks and the ucache libray. Both happen to expose the same (or at least sufficiently identical) API. If neither is usable, a dummy cache class mocking the API, but doing nothing, is instantiated.
Loading