메소드 | 설명 | |
---|---|---|
memoize ( callable $compute, integer $lifeTime = null ) : mixed | Returns the value stored in the cache or uses the passed function to compute the value and save to cache This function uses the callstack to generate a unique key for the caching mechanism. | |
memoizeById ( mixed $id, array $arguments, callable $compute, integer $lifeTime = null ) : mixed | Returns the value stored in the cache or uses the passed function to compute the value and save to cache This function uses the given key for the caching mechanism. |