mikebronner / laravel-model-caching

Eloquent model-caching made easy.
MIT License
2.25k stars 212 forks source link

model::truncate() #316

Closed meandus closed 4 years ago

meandus commented 4 years ago

no cache clear when using model::truncate() but ok when trying to delete one model result.

mikebronner commented 4 years ago

@meandus Thanks for alerting to this issue. Will look into this as soon as possible.

meandus commented 4 years ago

maybe not a bug but a feature request in this case ...