To initialise Scalacache instance in my service
import scala cache._
implicit val scalaCache = ScalaCache(new MyCache())
but i am not getting what is new MyCache() so i have to pass a cache instance to construct a Scala Cache.
how to initialise mycache()
how to create a ScalaCache instance
reference : https://index.scala-lang.org/cb372/scalacache