isRegistered<C> method

bool isRegistered<C>()
inherited

Whether type C is registered as a cache

Implementation

bool isRegistered<C>() => _cache.containsKey(C);