Download the PHP package tonybogdanov/memoize without Composer
On this page you can find all versions of the php package tonybogdanov/memoize. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tonybogdanov/memoize
More information about tonybogdanov/memoize
Files in tonybogdanov/memoize
Download tonybogdanov/memoize
More information about tonybogdanov/memoize
Files in tonybogdanov/memoize
Vendor tonybogdanov
Package memoize
Short Description Object & class-level in-memory caching
License MIT
Package memoize
Short Description Object & class-level in-memory caching
License MIT
Please rate this library. Is it a good library?
Informations about the package memoize
Object & class-level in-memory caching
Installation
Usage
Per-Object Memoization
You can also manually remove memoized values:
You can even check if a memoized value exists without retrieving it (even if it's null
):
Per-Class Memoization
You can also manually remove memoized values:
You can even check if a memoized value exists without retrieving it (even if it's null
):
Foreign Objects
As of 2.3
you can access and manage the memoized values of foreign objects / classes as well.
Toggle Memoization
You can toggle memoization globally, which can be useful for testing:
All versions of memoize with dependencies
PHP Build Version
Package Version
Requires
php-64bit Version
^7.4|^8.1
The package tonybogdanov/memoize contains the following files
Loading the files please wait ....