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

play.api.cache.package.scala Maven / Gradle / Ivy

/*
 * Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. 
 */

package play.api

/**
 * Contains the Cache access API.
 */
package object cache {
  type NamedCache = play.cache.NamedCache
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy