インターフェースの使用
org.springframework.data.redis.cache.CacheKeyPrefix
CacheKeyPrefix を使用するパッケージ
org.springframework.data.redis.cache 内の CacheKeyPrefix 使用
修飾子と型メソッド説明RedisCacheConfiguration.getKeyPrefix()
構成されたCacheKeyPrefix
を取得します。static CacheKeyPrefix
指定されたprefix
SE をキャッシュキーの先頭に付けるCacheKeyPrefix
スキームを作成します。static CacheKeyPrefix
CacheKeyPrefix.simple()
キャッシュキーの先頭にキャッシュのname
SE とその後に二重コロンを付けるデフォルトのCacheKeyPrefix
スキームを作成します。型 CacheKeyPrefix のパラメーターを持つ org.springframework.data.redis.cache のメソッド修飾子と型メソッド説明RedisCacheConfiguration.computePrefixWith
(CacheKeyPrefix cacheKeyPrefix) 指定されたCacheKeyPrefix
を使用して、関数入力としてキャッシュ名を指定した実際の Redis キーのプレフィックスを計算します。