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

BasicOperation

interface BasicOperation

The base interface that all cache operations must implement.

Author
Stephane Nicoll

Since
4.1

Functions

getCacheNames

abstract fun getCacheNames(): MutableSet<String>

Return the cache name(s) associated with the operation.