Level 1
Hi,
I did not done it yet but perhaps you can have a look at
There is an APCStore
then read around Cache documentation
and try something like $value = Cache::store('apc')->get('foo');
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
How do I enable cache/CacheManager in lumen from the CacheManager.php file within the \vendor\illuminate\cache folder?
Please or to participate in this conversation.