entries property
Map<String, CachedToolSchema>
get
entries
Get the full cache map.
Implementation
Map<String, CachedToolSchema> get entries => Map.unmodifiable(_cache);
Get the full cache map.
Map<String, CachedToolSchema> get entries => Map.unmodifiable(_cache);