Package

moe.pizza.eveapi

cache

Permalink

package cache

Visibility
  1. Public
  2. All

Type Members

  1. trait ApiCache[T] extends AnyRef

    Permalink
  2. case class CacheKey(server: String, endpoint: String, args: Map[String, String]) extends Product with Serializable

    Permalink
  3. class NullCache[T] extends ApiCache[T]

    Permalink
  4. class RamCache[T] extends ApiCache[T]

    Permalink
  5. class RedisCache[T] extends ApiCache[T]

    Permalink

Ungrouped