private def updateCache()

in src/main/scala/security/ApiKeyAuth.scala [69:72]


  private def updateCache(keyValue:String, userTier:UserTier):Unit = this.synchronized {
    localCache = localCache + (keyValue -> userTier)
    cacheTracking = cacheTracking + CacheTrackingEntry(keyValue, Instant.now())
  }