DelegateCache<K, V> constructor

const DelegateCache<K, V>(
  1. Cache<K, V> delegate
)

Implementation

const DelegateCache(this.delegate);