spring-framework / org.springframework.cache.interceptor / SimpleKey

SimpleKey

open class SimpleKey : Serializable

A simple key as returned from the SimpleKeyGenerator.

Author
Phillip Webb

Since
4.0

See Also
SimpleKeyGenerator

Constructors

<init>

SimpleKey(vararg elements: Any)

Create a new SimpleKey instance.

Properties

EMPTY

static val EMPTY: SimpleKey

Functions

equals

open fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int

toString

open fun toString(): String