disposableTypeName property
A type name, similar to runtimeType but intended to work with minified code.
Consumers should override if they would like to provide a type name for use in debugging. This name is included in exceptions thrown by this class.
Implementation
@override
String get disposableTypeName => 'Cache';