Package | Description |
---|---|
org.springframework.cache.interceptor |
AOP-based solution for declarative caching demarcation.
|
org.springframework.util.function |
Useful generic
java.util.function helper classes. |
Class and Description |
---|
SingletonSupplier
A
Supplier decorator that caches a singleton result and
makes it available from SingletonSupplier.get() (nullable) and SingletonSupplier.obtain() (null-safe). |
Class and Description |
---|
SingletonSupplier
A
Supplier decorator that caches a singleton result and
makes it available from SingletonSupplier.get() (nullable) and SingletonSupplier.obtain() (null-safe). |