| Package | Description |
|---|---|
| org.springframework.cache |
Spring's generic cache abstraction.
|
| org.springframework.cache.concurrent |
Implementation package for
java.util.concurrent based caches. |
| org.springframework.cache.support |
Support classes for the the org.springframework.cache package.
|
| Modifier and Type | Method and Description |
|---|---|
Cache.ValueWrapper |
Cache.get(Object key)
Return the value to which this cache maps the specified key.
|
| Modifier and Type | Method and Description |
|---|---|
Cache.ValueWrapper |
ConcurrentMapCache.get(Object key) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleValueWrapper
Straightforward implementation of
Cache.ValueWrapper,
simply holding the value as given at construction and returning it from SimpleValueWrapper.get(). |
Copyright © 2025. All rights reserved.