public interface

CacheInvalidateDefinition

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

Class Overview

Interface describing a Spring cache invalidation.

Summary

Public Methods
abstract boolean isCacheWide()
Returns whether the operation affects the entire cache or not.
[Expand]
Inherited Methods
From interface org.springframework.cache.interceptor.CacheDefinition

Public Methods

public abstract boolean isCacheWide ()

Returns whether the operation affects the entire cache or not.

Returns
  • whether the operation is cache wide or not.