Package

com.github.astonbitecode.zoocache.api

dtos

Permalink

package dtos

Data Transfer Objects

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. dtos
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class CacheResult(path: String, data: Array[Byte], children: List[String]) extends Product with Serializable

    Permalink

    Represents a result of a find operation against the cache.

    Represents a result of a find operation against the cache.

    path

    The path of the retrieved result.

    data

    The data of the retrieved path.

    children

    The direct children of the retrieved path.

  2. class JCacheResult extends AnyRef

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped