Download the PHP package oscarricardosan/cache_object without Composer
On this page you can find all versions of the php package oscarricardosan/cache_object. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download oscarricardosan/cache_object
More information about oscarricardosan/cache_object
Files in oscarricardosan/cache_object
Download oscarricardosan/cache_object
More information about oscarricardosan/cache_object
Files in oscarricardosan/cache_object
Vendor oscarricardosan
Package cache_object
Short Description Small package for handling cache in code block and not having to use session and avoid 'array_has' or the like.
License MIT
Package cache_object
Short Description Small package for handling cache in code block and not having to use session and avoid 'array_has' or the like.
License MIT
Please rate this library. Is it a good library?
Informations about the package cache_object
Agnostic php package.
Small package for handling cache in code block and not having to use session and avoid array_has
or the like.
Method "getOrSet", receives as parameters the key to obtain and if it does not exist it executes the second parameter which must be a function. It works to avoid having to use an "if ($ productCache-> exists ('tomato'))"
All versions of cache_object with dependencies
PHP Build Version
Package Version
No informations.
The package oscarricardosan/cache_object contains the following files
Loading the files please wait ....