public interface

CacheUpdateDefinition

implements CacheDefinition
org.springframework.cache.interceptor.CacheUpdateDefinition
Known Indirect Subclasses

Class Overview

Interface describing a Spring cache update.

Summary

Public Methods
abstract String getKey()
Returns the SpEL expression identifying the cache key.
[Expand]
Inherited Methods
From interface org.springframework.cache.interceptor.CacheDefinition

Public Methods

public abstract String getKey ()

Returns the SpEL expression identifying the cache key.