aboutsummaryrefslogtreecommitdiff
path: root/src/Cache.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix/refactor issues brought up by type hint lintingGravatar jesopo2018-10-301-4/+4
|
* Add type/return hints throughout src/ and, in doing so, fix some cyclicalGravatar jesopo2018-10-301-9/+9
| | | | references.
* Cache._items is a {id: [item, timeout]} dict, not {id: item}Gravatar jesopo2018-09-301-1/+1
|
* Actually get "item" when a cached item expiresGravatar jesopo2018-09-291-0/+1
|
* Add src/Cache.py, use it in modules/coins.pyGravatar jesopo2018-09-291-0/+50