FifoCache<K, V> constructor

FifoCache<K, V>(
  1. int _cacheSize
)

Implementation

FifoCache(this._cacheSize);