クラス CachesEndpoint.CacheEntryDescriptor

java.lang.ObjectSE
org.springframework.boot.cache.actuate.endpoint.CachesEndpoint.CacheDescriptor
org.springframework.boot.cache.actuate.endpoint.CachesEndpoint.CacheEntryDescriptor
実装済みのインターフェース一覧:
OperationResponseBody
含まれているクラス:
CachesEndpoint

public static final class CachesEndpoint.CacheEntryDescriptor extends CachesEndpoint.CacheDescriptor
Cache エントリの説明。
導入:
4.0.0
作成者:
Johannes Edmeier, Stephane Nicoll
  • コンストラクターの詳細

    • CacheEntryDescriptor

      public CacheEntryDescriptor(Cache cache, StringSE cacheManager)
  • メソッドの詳細

    • getName

      public StringSE getName()
    • getCacheManager

      public StringSE getCacheManager()