クラス SimpleValueWrapper

java.lang.ObjectSE
org.springframework.cache.support.SimpleValueWrapper
実装されたすべてのインターフェース:
Cache.ValueWrapper

public class SimpleValueWrapper extends ObjectSE implements Cache.ValueWrapper
Cache.ValueWrapper の簡単な実装。構築時に指定された値を保持し、get() から返します。
導入:
3.1
作成者:
Costin Leau
  • コンストラクターの詳細

    • SimpleValueWrapper

      public SimpleValueWrapper(@Nullable ObjectSE value)
      指定された値を公開するための新しい SimpleValueWrapper インスタンスを作成します。
      パラメーター:
      value - 公開する値 (null の場合があります)
  • メソッドの詳細