Libraries tagged by Memoize Cache
traderinteractive/memoize
143643 Downloads
A library for memoizing repeated function calls.
h4kuna/memoize
192370 Downloads
Provide cache to memory for your class.
infocyph/intermix
9509 Downloads
A lightweight, high-performance PHP dependency injection and runtime utility toolkit with invocation, scoped services, compiled resolution, Closure serialization, Fence and fluent helpers.
infocyph/cachelayer
3229 Downloads
PSR-6/PSR-16 cache layer with local, distributed, and cloud adapters.
loophp/memoize
9379 Downloads
Memoize a closure.
dominionenterprises/memoize
25398 Downloads
A library for memoizing repeated function calls.
zenstruck/memoize
80 Downloads
Helper trait to efficiently cache expensive methods in memory.
hoa/cache
27 Downloads
The Hoa\Cache library.
drupol/memoize
204 Downloads
Memoize a closure.
abmmhasan/oof
208 Downloads
A lightweight, high-performance PHP dependency injection and runtime utility toolkit with invocation, scoped services, compiled resolution, Closure serialization, Fence and fluent helpers.
abmmhasan/intermix
75 Downloads
A lightweight, high-performance PHP dependency injection and runtime utility toolkit with invocation, scoped services, compiled resolution, Closure serialization, Fence and fluent helpers.
wnipun/wp-memoize
11 Downloads
Simple disk based caching library for WordPress builds that use roots.io Bedrock.
pinkcrab/memoize-trait
25 Downloads
Simple Memoize based object cache, used as a trait.
adduc/memoize-apc
6 Downloads
Memoize functionality backed by APC cache.
valksor/php-functions-memoize
21 Downloads
A PHP library providing memoization functionality to cache the results of expensive function calls and return the cached result when the same inputs occur again