laravel-model-caching icon indicating copy to clipboard operation
laravel-model-caching copied to clipboard

Finish Testing Of Lazy Loading Functionality

Open mikebronner opened this issue 5 years ago • 3 comments

The following tests are still required:

  • [x] HasMany
  • [ ] HasOneThrough
  • [ ] HasManyThrough
  • [x] Polymorphic One to One
  • [x] Polymorphic One to Many
  • [ ] Polymorphic Many to Many

mikebronner avatar Aug 11 '19 16:08 mikebronner

Lazy-loaded HasOneThrough relationship is currently not cached.

mikebronner avatar Sep 15 '19 19:09 mikebronner

Lazy-loading of HasManyThrough is currently not cached.

mikebronner avatar Sep 15 '19 20:09 mikebronner

Lazy-loading of polymorphic many-to-many is currently not cached.

mikebronner avatar Sep 16 '19 00:09 mikebronner