PolicyVerdict

sealed interface PolicyVerdict

The outcome of a CachePolicy decision.

Inheritors

Types

Link copied to clipboard
data object Store : PolicyVerdict

The entry may be written.

Link copied to clipboard
data class Veto(val reason: String) : PolicyVerdict

The entry must not be written.