cache with table query
I want to create cache for table builder, but the
->query() expect query builder, not eloquent, how can I create cacheUser::get() inside cache is working, but table expect query..Solution
I don't think you can
till eloquent call the
till eloquent call the
get() it won't execute the query and then nothing to cache