CompatStringDocument

class CompatStringDocument(id: String, content: String, expiry: Int, cas: Long, mutationToken: MutationToken) extends AbstractDocument[String]

Stores a properly encoded JSON scalar quoted string as the toplevel type.

This document:

  • works exactly like JsonDocument, but it accepts a different toplevel type.
  • is interoperable with other SDKs.
  • not like JsonStringDocument: This document permit decoding a stored StringDocument
class AbstractDocument[String]
trait Document[String]
class Object
trait Matchable
class Any

Value members

Inherited methods

def equals(x$0: <FromJavaObject>): Boolean
Inherited from
AbstractDocument
def hashCode(): Int
Inherited from
AbstractDocument
def toString(): String
Inherited from
AbstractDocument