Download the PHP package zenstruck/memoize without Composer
On this page you can find all versions of the php package zenstruck/memoize. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zenstruck/memoize
More information about zenstruck/memoize
Files in zenstruck/memoize
Download zenstruck/memoize
More information about zenstruck/memoize
Files in zenstruck/memoize
Vendor zenstruck
Package memoize
Short Description Helper trait to efficiently cache expensive methods in memory.
License MIT
Homepage https://github.com/zenstruck/memoize
Package memoize
Short Description Helper trait to efficiently cache expensive methods in memory.
License MIT
Homepage https://github.com/zenstruck/memoize
Keywords cache
Please rate this library. Is it a good library?
Informations about the package memoize
zenstruck/memoize
Helper trait to efficiently cache expensive methods in memory.
Installation
Usage
Add the memoize trait to an object you wish to cache operations on.
Note: The cached values are stored in a
WeakMap
keyed by each object's instance. They are automatically cleared as the objects are garbage collected.
All versions of memoize with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
The package zenstruck/memoize contains the following files
Loading the files please wait ....