Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | put cache base classes in __init__ (#22809) | Brian Coca | 2017-03-23 | 1 | -1/+1 |
| | | | | | | * put cache base classes in __init__ * added placeholder | ||||
* | Remove direct calls to print and cleanup imports | Toshio Kuratomi | 2016-11-07 | 1 | -3/+2 |
| | | | | All display of information should go through display instead of through print. | ||||
* | [wip] Let jsonfile and memcached cache plugins understand ↵ | Adrian Likins | 2016-09-14 | 1 | -1/+1 |
| | | | | | | | | | | | fact_caching_timeout=0 (#17565) * Add support for no-expiration to jsonfile cache * Let memcached cache use fact_caching_timeout=0 If fact_cache=memcached and fact_caching_timeout=0 memcached would hit a NameError on _expire_keys | ||||
* | switched from threading to multiprocessing | Brian Coca | 2016-02-11 | 1 | -2/+2 |
| | | | | functions same, just keeping names from confusing people | ||||
* | Better fix for serializing/deserializing cache plugins (v2) | James Cammarata | 2015-05-07 | 1 | -2/+6 |
| | |||||
* | Fix pickling errors with cache plugins (v2) | James Cammarata | 2015-05-07 | 1 | -0/+2 |
| | | | | Fixes #10945 | ||||
* | Making the switch to v2 | James Cammarata | 2015-05-03 | 1 | -0/+193 |