keycloak-spi-private
クラス | 公開メンバ関数 | 全メンバ一覧
org.keycloak.models.cache.CachedRealmModel インタフェース
org.keycloak.models.cache.CachedRealmModel の継承関係図
Inheritance graph
org.keycloak.models.cache.CachedRealmModel 連携図
Collaboration graph

クラス

interface  RealmCachedEvent
 

公開メンバ関数

RealmModel getDelegateForUpdate ()
 
void invalidate ()
 
long getCacheTimestamp ()
 
ConcurrentHashMap getCachedWith ()
 

詳解

Cached realms will implement this interface

著者
Bill Burke
バージョン
Revision
1

関数詳解

◆ getCachedWith()

ConcurrentHashMap org.keycloak.models.cache.CachedRealmModel.getCachedWith ( )

Returns a map that contains custom things that are cached along with this model. You can write to this map.

戻り値

◆ getCacheTimestamp()

long org.keycloak.models.cache.CachedRealmModel.getCacheTimestamp ( )

When was the model was loaded from database.

戻り値

◆ getDelegateForUpdate()

RealmModel org.keycloak.models.cache.CachedRealmModel.getDelegateForUpdate ( )

Invalidates the cache for this model and returns a delegate that represents the actual data provider

戻り値

◆ invalidate()

void org.keycloak.models.cache.CachedRealmModel.invalidate ( )

Invalidate the cache for this model


このインタフェース詳解は次のファイルから抽出されました: