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
このインタフェース詳解は次のファイルから抽出されました:
- D:/AppData/doxygen/keycloak/spi-private/src/server-spi-private/src/main/java/org/keycloak/models/cache/CachedRealmModel.java