RotatingCache<K, V> constructor

RotatingCache<K, V>(
  1. int halfCacheMaxSize
)

Implementation

RotatingCache(this.halfCacheMaxSize);