
Package ca.uhn.fhir.jpa.sp
Class SearchParamIdentityCacheSvcImpl.CacheUtils
java.lang.Object
ca.uhn.fhir.jpa.sp.SearchParamIdentityCacheSvcImpl.CacheUtils
- Enclosing class:
SearchParamIdentityCacheSvcImpl
-
Method Summary
Modifier and TypeMethodDescriptionstatic Integer
getSearchParamIdentityFromCache
(MemoryCacheService memoryCacheService, Long hashIdentity) static void
putSearchParamIdentityToCache
(MemoryCacheService memoryCacheService, Long theHashIdentity, Integer theSpIdentityId)
-
Method Details
-
getSearchParamIdentityFromCache
public static Integer getSearchParamIdentityFromCache(MemoryCacheService memoryCacheService, Long hashIdentity) -
putSearchParamIdentityToCache
public static void putSearchParamIdentityToCache(MemoryCacheService memoryCacheService, Long theHashIdentity, Integer theSpIdentityId)
-