We have a cache file having 100 records ,need to update only 1 record in generated cache file, but unable to find straight forward update function in Laravel cache file documentation. Can any one help , how can i search a specific record in generated data set of 100 records and latter once I find it , will update that record.
https://laravel.com/docs/8.x/cache
Source link
php,laravel,caching
#php #Laravel #Cache #file #finding #specific #record #generated #key #dataset