Gregwar / Image

A PHP library to handle images
MIT License
1k stars 191 forks source link

Custom cacher #81

Closed garygreen closed 9 years ago

garygreen commented 9 years ago

Doesn't look possible to inject your own cache dependency as it's hard coded. Would be cool to be able to implement your own custom cacher and have gregwar use that.

https://github.com/Gregwar/Image/blob/master/Image.php#L190

Gregwar commented 9 years ago

Indeed, you have such requirements for one of your projects?