Skip to content

Add support for binary files caching

Compare
Choose a tag to compare
@demianh demianh released this 14 Feb 13:45
· 17 commits to master since this release

Support for binary files (images/files) caching has been added.

  • The interface ICache now has a new function getObjectBinary().
  • The FileCacheAdapter and IFileCacheAdapter 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