JedisPoolFactory

org.beangle.cache.redis.JedisPoolFactory
See theJedisPoolFactory companion object
class JedisPoolFactory(props: Map[String, String]) extends Factory[JedisPool]

Attributes

Companion:
object
Graph
Supertypes
trait Factory[JedisPool]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def result: JedisPool

Inherited methods

def objectType: Class[T]

Attributes

Inherited from:
Factory
def singleton: Boolean

Attributes

Inherited from:
Factory