clearCipherCache static method

void clearCipherCache()

Implementation

static void clearCipherCache() {
  _cipherCache.clear();
}