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