How to store all records in laravel 5.3 Cache

How to store all records in laravel 5.3 Cache

How to store all records in laravel 5.3 Cache

In this tutorials, i am going to tell you how to work with cache in Laravel.

You can easily save database record in cache and easily you can get that record from cache in Laravel.

Cache is knows as persistence layer between database and application and it is used to improve website performance because sometime database query is going very slow due to lots of traffic at same time on website then retrieving data from cache is much quicker rather than from a database.

Memcached is know as very popular caching system which is used by many high trafficked websites.

Putting an item in the cache

We can easily add or update value in cache by using put() method and we pass 3 parameters in this method.

Cache::put('key', 'value', 30);

In 3rd parameters we pass expiration time in minutes.

Getting an item from the cache

We can easily get item from cache and also we can check if cache has the key you are looking for.

  1. if( Cache::has( 'key' ) ) {
  2. return Cache::get( 'key' );
  3. }
Model::remember()

We use remember() to cache the database result while querying from database.

$users = User::remember(10)->get();

Sometime you want to retrieve data from cache but requested data does not exist in cache then store default data in cache.

  1. $allproducts = Cache::remember('allproducts',60, function() {
  2. return DB::table('products')->get();
  3. });
Removing Cache records

You can remove records from cache using forget method.

Cache::forget('allproducts');

You can clear entire records from cache using flush method.

Cache::flush();

Phone: (+91) 8800417876
Noida, 201301
sakarya escort sakarya escort sakarya escort