Skip to content

Releases: Turab/elcache

v1.0.2

24 Sep 12:42
a247281
Compare
Choose a tag to compare
  • Added store() as an alias for set()
  • Added push() to push elements to an already cached array
  • Added PHPDoc to the functions
  • Added type-hinting

v1.0.1

02 May 14:43
1af17bf
Compare
Choose a tag to compare
  • Added context support. Each context will have its own cache file independent from each other.
  • Added max_buffer option to set a max size for the cache (specific to the context).