Add support for binary files caching
Support for binary files (images/files) caching has been added.
- The interface
ICache
now has a new functiongetObjectBinary()
. - The
FileCacheAdapter
andIFileCacheAdapter
have been updated to support the new functions. - Starting this release, only PHP >= 5.6 is tested and supported
Full Changelog: 1.2.0...1.3.0