| パッケージ | 説明 |
|---|---|
| org.springframework.cache.interceptor | 宣言的キャッシング境界設定のための AOP ベースのソリューション。 |
| org.springframework.util.function | 便利な汎用 java.util.function ヘルパークラス。 |
| 修飾子と型 | フィールドと説明 |
|---|---|
protected SingletonSupplier<CacheErrorHandler> | AbstractCacheInvoker.errorHandler |
| 修飾子と型 | メソッドと説明 |
|---|---|
static <T> SingletonSupplier<T> | SingletonSupplier.of(SupplierSE<T> supplier) 指定されたサプライヤーで SingletonSupplier を構築します。 |
static <T> SingletonSupplier<T> | SingletonSupplier.of(T instance) 指定されたシングルトンインスタンスで SingletonSupplier を構築します。 |
static <T> SingletonSupplier<T> | SingletonSupplier.ofNullable(SupplierSE<T> supplier) 指定されたサプライヤーで SingletonSupplier を構築します。 |
static <T> SingletonSupplier<T> | SingletonSupplier.ofNullable(T instance) 指定されたシングルトンインスタンスで SingletonSupplier を構築します。 |