Package

com.github.tototoshi

dbcache

Permalink

package dbcache

Visibility
  1. Public
  2. All

Type Members

  1. trait CacheDatabase extends AnyRef

    Permalink
  2. case class CacheEntry(key: String, value: Array[Byte], expiration: Option[Long]) extends Product with Serializable

    Permalink
  3. trait ConnectionFactory extends AnyRef

    Permalink
  4. trait DBCache extends AnyRef

    Permalink
  5. class Serializer extends Control

    Permalink

Value Members

  1. object CacheEntry extends Serializable

    Permalink

Ungrouped