
Uses of Class
ca.uhn.fhir.jpa.cache.ResourceChangeResult
Packages that use ResourceChangeResult
- 
Uses of ResourceChangeResult in ca.uhn.fhir.jpa.cacheMethods in ca.uhn.fhir.jpa.cache that return ResourceChangeResultModifier 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 ResourceChangeResultResourceChangeResult.fromCreated(int theCreated) static ResourceChangeResultResourceChangeResult.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()Methods in ca.uhn.fhir.jpa.cache with parameters of type ResourceChangeResult
- 
Uses of ResourceChangeResult in ca.uhn.fhir.jpa.searchparam.registryMethods in ca.uhn.fhir.jpa.searchparam.registry that return ResourceChangeResultModifier and TypeMethodDescriptionISearchParamRegistryController.refreshCacheIfNecessary()SearchParamRegistryImpl.refreshCacheIfNecessary()