diff --git a/plugins/cache.rst b/plugins/cache.rst index e8fd722..5eb611a 100644 --- a/plugins/cache.rst +++ b/plugins/cache.rst @@ -61,6 +61,8 @@ The third parameter to the ``CachePlugin`` constructor takes an array of options | ``respect_cache_headers`` | ``true`` | Whether we should care about cache headers or not | | | | * This option is deprecated. Use `respect_response_cache_directives` | +---------------------------------------+----------------------------------------------------+-----------------------------------------------------------------------+ +| ``hash_algo`` | ``sha1`` | The hashing algorithm to use when generating cache keys | ++---------------------------------------+----------------------------------------------------+-----------------------------------------------------------------------+ | ``cache_lifetime`` | 30 days | The minimum time we should store a cache item | +---------------------------------------+----------------------------------------------------+-----------------------------------------------------------------------+ | ``methods`` | ``['GET', 'HEAD']`` | Which request methods to cache |