Anahkiasen / flickering

A modern PHP interface for the Flickr API
50 stars 20 forks source link

Fix for disabling caching. #19

Closed markdegrootnl closed 9 years ago

markdegrootnl commented 9 years ago

This fixes the option to disable caching. The code used to set the cache time to 0 minutes, which makes the default Laravel cache FileStore save it for 9999999999 minutes. By settings the time to null, it will never cache.