Write

class Write(val scope: String, val prompt: String, val entryId: String) : CacheEvent

A new entry was written, through put, getOrPut, or warm.

Constructors

Link copied to clipboard
constructor(scope: String, prompt: String, entryId: String)

Properties

Link copied to clipboard

Id assigned to the new entry.

Link copied to clipboard

The prompt the entry was written for.

Link copied to clipboard
open override val scope: String

The scope the event happened in.

Functions

Link copied to clipboard
open override fun toString(): String