clearAll method

dynamic clearAll()

Implementation

clearAll() {
  _cache = {};
  _keys = [];
}