icanhazstring / github-issue-aggregator

Issue aggregation for a github repository and dependencies
MIT License
1 stars 0 forks source link

Split CacheAspect and add TTL #4

Open icanhazstring opened 6 years ago

icanhazstring commented 6 years ago

The current cache for each provider and method is without ttl. So no new issues can be found.

To get this working a ttl needs to be defined. Also there is only a single CacheAspect for all methods to Packagist and Github. This should be split as well.

The following steps need to be done: