All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.scalatra.cache.KeyStrategy.scala Maven / Gradle / Ivy

The newest version!
package org.scalatra.cache

import javax.servlet.http.{ HttpServletResponse, HttpServletRequest }

trait KeyStrategy {
  def key(implicit request: HttpServletRequest, response: HttpServletResponse): String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy