MapStorageAccess.by constructor

MapStorageAccess.by(
  1. EntityCache cache, [
  2. Map<String, String>? storage
])

Implementation

MapStorageAccess.by(EntityCache cache, [Map<String, String>? storage])
: _agent = MapStorageAccessAgent.by(cache, storage) {
  (reader as CachedAccessReader).cache = _agent._cache;
}