in src/lib/hooks/useEntity.tsx [52:60]
dispatch: bind(entityQuery.dispatch, entityQuery),
update: bind(entityData.dispatch, entityData),
cache: {
cachedValues: bind(entityData.cachedValues, entityData)(),
cacheIndex: entityData.cacheIndex,
cachedValuesCount: entityData.cachedValuesCount,
latestData: bind(entityData.cachedValues, entityData)()[1],
clear: bind(entityData.clearCache, entityData)
}