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

.circumflex-cache.2.2.source-code.package.scala Maven / Gradle / Ivy

package ru.circumflex

import core._
import net.sf.ehcache.CacheManager

package object cache {
  val CACHE_LOG = new Logger("ru.circumflex.cache")
  val ehcacheManager = cx.instantiate[CacheManager](
    "cx.ehcacheManager", new CacheManager())
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy