1.7.0
What's Changed
- Docs updated by @iazaran in #29
- Update docs by @iazaran in #30
- 31 feature request add store method support by @iazaran in #32
SmartCache now implements Laravel's Repository interface, allowing store() to return a SmartCache instance that maintains all optimizations while being fully compatible with Laravel's cache API.
Changes
SmartCache implements Illuminate\Contracts\Cache\Repository
store() returns SmartCache instance with preserved optimizations
Added repository() for raw cache access when needed
Zero breaking changes for existing users
Benefits
✅ Full Laravel Cache drop-in replacement
✅ Works with Repository type hints
✅ All optimizations preserved across drivers
✅ Backward compatible
Full Changelog: 1.6.0...1.7.0