Skip to content
This repository was archived by the owner on Sep 22, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 657 Bytes

File metadata and controls

22 lines (17 loc) · 657 Bytes

Cache backends

The cache backends is used to store references to already created thumbnails in order to avoid unnecessary disk or network usage. The Thumbnail object is cached and will be returned directly in get_thumbnail if the cache returns it.

.. autoclass:: thumbnails.cache_backends.BaseCacheBackend
    :members:
    :private-members:

.. autoclass:: thumbnails.cache_backends.SimpleCacheBackend
    :members:
    :private-members:

.. autoclass:: thumbnails.cache_backends.DjangoCacheBackend
    :members:
    :private-members:

.. autoclass:: thumbnails.cache_backends.RedisCacheBackend
    :members:
    :private-members: