Possibility to specify alternative file cache driver.
Hi,
It would be really nice if we would have the possibility to specify an alternative file cache driver for the image cache, instead of selecting the global one. Current I get an overload on Redis due to the fact that I have specified the file cache to be Redis. Being able to specify a alternative cache driver for the caching would help a lot.
There is a pull request #50 for this, I hope it gets integrated soon :)
Any news on this PR ? sounds really interesting actually to be able to split the cache driver from the default configuration.
Is there a reason this hasn't been merged yet? This is a real necessity for Laravel, using the default cache is not an ideal situation at all. Been in PR for 7 months now!
In the meantime, i ended up forking the repo, and changing my composer to point to my specific one.
Will wait until this PR gets merged.
Actually, there is a small issue : i replied in the PR. A small change is needed to make it work properly.
Just merged PR https://github.com/Intervention/imagecache/pull/50. Sorry for the delay.