cache: include dashboard files.

This commit is contained in:
Jimmy Berry 2017-04-28 22:21:22 -05:00
parent d4a2af58c8
commit f6c31d7f59

View File

@ -84,6 +84,7 @@ class Cache(object):
# Project will be marked changed when packages are added/removed.
'/source/([^/]+)/_meta$': TTL_LONG,
'/source/([^/]+)/(?:[^/]+)/(?:_meta|_link)$': TTL_LONG,
'/source/([^/]+)/dashboard/[^/]+\\?expand=1': TTL_LONG,
# Handles clearing local cache on package deletes. Lots of queries like
# updating project info, comment, and package additions.
'/source/([^/]+)/(?:[^/?]+)(?:\?[^/]+)?$': TTL_LONG,