Skip to content
  • Nik | Klampfradler's avatar
    756eb1dc
    Implement base fo caching · 756eb1dc
    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.
    756eb1dc
    Implement base fo caching
    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.
Loading