Terrylinooo Simple Cache Versions Save

PSR-16 simple cache drivers for PHP.

1.3.4

10 months ago
  • Limit the version number of PSR SimpleCache interface.

To ensure compatibility with the latest PSR standards, the major version of the SimpleCache library will be set to 2. This is because the PSR SimpleCache interface requires PHP 8 for version numbers greater than or equal to 2.

Related: #13

1.3.3

11 months ago
  • Modify composer.json, adjust requirement to "psr/simple-cache": "^1 || ^2 || ^3" at its earliest convenience.

1.3.2

1 year ago
  • Fixed coding styles.
  • Added a Dockerfile for easier testing and development.
  • Tested with PHP 8.2.5

1.3.1

3 years ago
  • Add unix_socket setting for Reids, MongoDB, Memcache and Memcached drivers.

1.3.0

3 years ago
  • Garbage collection can be used in built-in drivers, excepts Redis, Memcache, Memcached.
  • New method: removeExpiredItems.

1.2.0

3 years ago
  • Add new data driver for supporting MongoDB - Mongo
  • Fix logic for method "set".
  • Improve tests.

1.1.0

3 years ago
  • Add rebuild method for MySQL and SQLite drivers. This method will create a table cache_data.

1.0.0

3 years ago
  • First release.