Closed darkvovich closed 3 years ago
$cache
represents any library that you use to manage cached data. This example only demostrates how you get the cacheable data from SimpleCrud and how to use this data the next time. The cache library doesn't matter here. It could be a PSR-16 compatible library or any other option of your choice.
Keep in mind that cache it's a way to improve perfomance, but it's optional.
In example not explained what is $cache variable is?