All notable changes to this project will be documented in this file.
HasModelCachingtrait withremember(),rememberForever(),dontCache(),findCached(), andloadCached()- Cached read operations:
get,first,firstOrFail,find,findOrFail,paginate,simplePaginate, andcursorPaginate - Relationship-aware dependency index for precise cache invalidation
- Class-level invalidation on
createdandrestoredso paginated lists include new rows on the next request - Structured cache serialization safe for morph relations, eager loads, and JSON cache stores
- Optional
auto_remember, cache tags, context callbacks, and morph map versioning - Artisan commands:
model-cache:warm,model-cache:inspect, andmodel-cache:flush