Construct and authorize entities from field objects array, returning error results for entities that fail to construct or fail to authorize.
array of field objects
Construct and authorize entities from fields map, returning error results for entities that fail to construct or fail to authorize.
Invalidate all caches for an entity. One potential use case would be to keep the entity framework in sync with changes made to data outside of the framework.
entity to be invalidated
Invalidate all caches for an entity's fields. Exposed primarily for internal use by EntityMutator.
entity data object to be invalidated
Entity loader utilities for things like invalidation, entity construction, and authorization. Methods are exposed publicly since in rare cases they may need to be called manually.