release method

  1. @override
void release()
override

Implementation

@override
void release() {
  _valueCache.evictAll();
  super.release();
}