22 lines
463 B
ReStructuredText
22 lines
463 B
ReStructuredText
Cache
|
|
=====
|
|
.. module:: subliminal.cache
|
|
|
|
.. autodata:: CACHE_VERSION
|
|
:annotation:
|
|
|
|
.. autodata:: SHOW_EXPIRATION_TIME
|
|
:annotation:
|
|
|
|
.. autodata:: EPISODE_EXPIRATION_TIME
|
|
:annotation:
|
|
|
|
.. data:: region
|
|
:annotation:
|
|
|
|
The :class:`~dogpile.cache.region.CacheRegion`
|
|
|
|
|
|
Refer to dogpile.cache's `region configuration documentation
|
|
<http://dogpilecache.readthedocs.org/en/latest/usage.html#region-configuration>`_ to see how to configure the region
|