spring-framework / org.springframework.cache.support / NoOpCacheManager / <init>

<init>

NoOpCacheManager()

A basic, no operation CacheManager implementation suitable for disabling caching, typically used for backing cache declarations without an actual backing store.

Will simply accept any items into the cache not actually storing them.

Author
Costin Leau

Author
Stephane Nicoll

Since
3.1

See Also
CompositeCacheManager