Uses of Class
ca.uhn.fhir.jpa.cache.ResourceChangeResult
-
Uses of ResourceChangeResult in ca.uhn.fhir.jpa.cache
Modifier and TypeMethodDescriptionIResourceChangeListenerCache.forceRefresh()
Refresh the cache immediately in the current thread and notify its listener if there are any changesResourceChangeListenerCache.forceRefresh()
Request that a cache be refreshed now, in the current threadResourceChangeListenerCacheRefresherImpl.forceRefreshAllCachesForUnitTest()
static ResourceChangeResult
ResourceChangeResult.fromCreated
(int theCreated) static ResourceChangeResult
ResourceChangeResult.fromResourceChangeEvent
(IResourceChangeEvent theResourceChangeEvent) ResourceChangeResult.plus
(ResourceChangeResult theResult) IResourceChangeListenerCacheRefresher.refreshCacheAndNotifyListener
(IResourceChangeListenerCache theEntry) Refresh the cache in this entry and notify the entry's listener if the cache changedResourceChangeListenerCacheRefresherImpl.refreshCacheAndNotifyListener
(IResourceChangeListenerCache theCache) IResourceChangeListenerCache.refreshCacheIfNecessary()
If nextRefreshTime is in the past, then update the cache with the current repository contents and notify its listener of any changesResourceChangeListenerCache.refreshCacheIfNecessary()
ResourceChangeListenerCache.refreshCacheWithRetry()
IResourceChangeListenerCacheRefresher.refreshExpiredCachesAndNotifyListeners()
If the current time is past the next refresh time of the registered listener, then check if any of its resources have changed and notify the listener accordinglyResourceChangeListenerCacheRefresherImpl.refreshExpiredCachesAndNotifyListeners()
-
Uses of ResourceChangeResult in ca.uhn.fhir.jpa.searchparam.registry
Modifier and TypeMethodDescriptionISearchParamRegistryController.refreshCacheIfNecessary()
SearchParamRegistryImpl.refreshCacheIfNecessary()