クラス ContextCacheUtils

java.lang.ObjectSE
org.springframework.test.context.cache.ContextCacheUtils

public abstract class ContextCacheUtils extends ObjectSE
ContextCaches を操作するためのユーティリティのコレクション。
導入:
4.3
作成者:
Sam Brannen
  • コンストラクターの詳細

    • ContextCacheUtils

      public ContextCacheUtils()
  • メソッドの詳細

    • retrieveMaxCacheSize

      public static int retrieveMaxCacheSize()
      ContextCache の最大サイズを取得します。

      SpringProperties を使用して、spring.test.context.cache.maxSize という名前のシステムプロパティまたは Spring プロパティを取得します。

      そのようなプロパティが設定されていない場合、またはプロパティが整数でない場合は、ContextCache.DEFAULT_MAX_CONTEXT_CACHE_SIZE の値にフォールバックします。

      戻り値:
      コンテキストキャッシュの最大サイズ
      関連事項: