PHP Classes

File: CHANGELOG.md

Recommend this page to a friend!
  Classes of Hemn Chavroka   PHP Easy Cache   CHANGELOG.md   Download  
File: CHANGELOG.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP Easy Cache
Cache the contents of remote pages in local files
Author: By
Last change: Version 1.2.1 commit
Date: 8 years ago
Size: 468 bytes
 

Contents

Class file image Download

Changelog

1.2.1 :: February 13, 2016

  • Fixed uncompress bug.

1.2.0 :: July 13, 2015

  • Implemented cache config file to save the cache file configurations.
  • Added new methods `delete`, `flush_expired` and `flush`.
  • Fixed uncompress bug.

1.1.0 :: July 12, 2015

  • Implemented JSON decoder to convert JSON files to array.
  • Added support for caching objects & arrays.
  • Fixed compress bugs.

1.0.0 :: July 6, 2015

  • First public version.