This repository has been archived on 2020-03-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
quay/data/cache
Joseph Schorr 178c8e7cb0 Fix bug in in-memory data cache
Previously, if we didn't find a key, we'd empty the entire cache, making it essentially a single-key cache. We skip clearing now, although this does mean we won't GC expired entries (not a problem for tests, though)
2018-05-01 13:28:24 +03:00
..
test Switch Quay to using an in-container memcached for data model caching 2018-02-27 16:55:22 -05:00
__init__.py Switch Quay to using an in-container memcached for data model caching 2018-02-27 16:55:22 -05:00
cache_key.py Switch Quay to using an in-container memcached for data model caching 2018-02-27 16:55:22 -05:00
impl.py Fix bug in in-memory data cache 2018-05-01 13:28:24 +03:00