h4kuna / ares

Download information about companies from ARES, PSR-17 ready
47 stars 17 forks source link

Cache #11

Closed MartinSzollos2016 closed 5 years ago

MartinSzollos2016 commented 5 years ago

Could you consider using cache for ares requests ?

h4kuna commented 5 years ago

Ares had easy memory cache in the past. I am not sure if is need. Because, you get result like Data object and this result you can cache your self. Nette, Symfony, Laravel whatever has different cache implementation. Cache is next level. How many times per one day download same info by identification number? Probably every time is unique. May be twotimes threetimes?

h4kuna commented 5 years ago

You can try memoize