You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in #582, I believe the Init methods in PageField, PostField and MediaField could use the cached and typed version of GetByIdAsync(). This way all instances of these field types would avoid a round-trip to the database when data is already in cache.
As it is a breaking change, it should probably go into version 7.0.
The text was updated successfully, but these errors were encountered:
As mentioned in #582, I believe the Init methods in PageField, PostField and MediaField could use the cached and typed version of GetByIdAsync(). This way all instances of these field types would avoid a round-trip to the database when data is already in cache.
As it is a breaking change, it should probably go into version 7.0.
The text was updated successfully, but these errors were encountered: