Uses of Class
camp.xit.jacod.jcache.JCacheCodelistClient.Builder
-
-
Uses of JCacheCodelistClient.Builder in camp.xit.jacod.jcache
Methods in camp.xit.jacod.jcache that return JCacheCodelistClient.Builder Modifier and Type Method Description JCacheCodelistClient.BuilderJCacheCodelistClient.Builder. reloadReferences()Reload all codelists that contain references to changed codelist.This configuration is applied only toJCacheCodelistClientImpl.JCacheCodelistClient.BuilderJCacheCodelistClient.Builder. withCachedDataProvider(DataProvider dataProvider, javax.cache.Cache providerCache)Set instance of data provider implementation and wrap it withCachedDataProvider.It caches all provider responses for time defined bywithExpiryTime(java.time.Duration)method.This is mandatory attribute.JCacheCodelistClient.BuilderJCacheCodelistClient.Builder. withExpiryTime(java.time.Duration expiryTime)Set expiry time.Default value is 10 minutes.It means that every codelist expired in this time and will be refreshed when it was changed.This setting is applicable only forCache2kCodelistClientImplimplementation.JCacheCodelistClient.BuilderJCacheCodelistClient.Builder. withoutReloadDependecies()Don't reload all referenced codelists (transitive dependencies) from changed codelist.This configuration is applied only toJCacheCodelistClientImpl.
-