Skip to content

v2.1.3

Choose a tag to compare

@crynobone crynobone released this 19 Jan 01:12
· 375 commits to 6.x since this release
  • Replace array_set() with array_add() when loading value from storage.
  • Avoid caching fallback instance since this could cause redundant insertion to the database.
  • Allow to get handler instance using Orchestra\Memory\Provider::getHandler().
  • Add Orchestra\Memory\Abstractable\Handler::getStorageName() and Orchestra\Memory\Abstractable\Handler::getName() helper method.
  • Tweak the way Orchestra\Memory\Abstractable\Handler::isNewKey() is detected.