freeAllResources method

bool freeAllResources()

Clears all the cached key pairs.

Implementation

bool freeAllResources() {
  _keyPairsCache.clear();

  return true;
}