entries property

Map<String, CachedToolSchema> get entries

Get the full cache map.

Implementation

Map<String, CachedToolSchema> get entries => Map.unmodifiable(_cache);