File: cache.rst

package info (click to toggle)
subliminal 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,972 kB
  • sloc: python: 10,243; makefile: 166
file content (21 lines) | stat: -rw-r--r-- 473 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Cache
=====
.. module:: subliminal.cache

.. autodata:: SHOW_EXPIRATION_TIME
    :annotation:

.. autodata:: EPISODE_EXPIRATION_TIME
    :annotation:

.. autodata:: REFINER_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