BoundedLruSet<T> constructor
BoundedLruSet<T> ({
- required int maxSize,
Implementation
BoundedLruSet({required this.maxSize}) : assert(maxSize >= 0);
BoundedLruSet({required this.maxSize}) : assert(maxSize >= 0);