samwilson / phpflickr

A PHP wrapper for the Flickr API, including OAuth.
https://packagist.org/packages/samwilson/phpflickr
GNU General Public License v2.0
39 stars 15 forks source link

Remove non-PSR6 caching #37

Closed samwilson closed 1 year ago

samwilson commented 4 years ago

Now we support PSR6 caches, there's no need to directly support database, filesystem, or other custom caching (the latter hasn't been able to be used since v3 anyway).