SnowflakeCache<V> constructor

SnowflakeCache<V>([
  1. int cacheSize = -1
])

Creates instance of cache that has finite size. New entry will replace entries that are the longest in cache

Implementation

SnowflakeCache([this.cacheSize = -1]) : super();