mikebronner / laravel-model-caching

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

Can this use the Octane Cache? #404

Closed jcsoriano closed 3 years ago

jcsoriano commented 3 years ago

Is your feature request related to a problem? Please describe. Laravel Octane Cache makes use of Swoole tables that can support up to 2,000,000 operations per second. Does this package support it?

Describe the solution you'd like Support using the Octane cache for model caching

jcsoriano commented 3 years ago

For anyone who sees this in the future - I tried it with the Laravel Octane cache and it works!

Thanks for the package!

mikebronner commented 3 years ago

@jcsoriano Thank you for verifying! :) Good to hear.