CachingProfileType (Complex Type)

Namespace: http://midpoint.evolveum.com/xml/ns/public/common/common-3

Specific caching profile that can be used system-wide or for individual threads.
Item Summary  
Name Type Multiplicity Description
name property
string
[0,1] Caching profile name: used to describe the profile and to refer to it e. 
order property
int
[0,1] Order in which this profile is to be evaluated. 
enabled property
boolean
[0,1] This property can be used to temporarily disable the profile. 
global property
boolean
[0,1] If enabled, this profile is applied system-wide. 
localRepoObjectCache container
CacheSettingsType
[0,1] Settings for thread- and operation-local cache for repository objects. 
localRepoVersionCache container
CacheSettingsType
[0,1] Settings for thread- and operation-local cache for repository objects versions. 
localRepoQueryCache container
CacheSettingsType
[0,1] Settings for thread- and operation-local cache for repository queries. 
localRepoCache container
CacheSettingsType
[0,1] Settings for thread- and operation-local cache for repository objects and queries. 
globalRepoObjectCache container
CacheSettingsType
[0,1] Settings for global cache for repository objects. 
globalRepoVersionCache container
CacheSettingsType
[0,1] Settings for global cache for repository objects versions. 
globalRepoQueryCache container
CacheSettingsType
[0,1] Settings for global cache for repository queries. 
globalRepoCache container
CacheSettingsType
[0,1] Settings for global cache for repository objects and queries. 
localFocusConstraintCheckerCache container
CacheSettingsType
[0,1] Settings for thread- and operation-local cache for focus constraint checking. 
localShadowConstraintCheckerCache container
CacheSettingsType
[0,1] Settings for thread- and operation-local cache for resource objects (and their shadows) constraint checking. 
localAssociationTargetSearchEvaluatorCache container
CacheSettingsType
[0,1] Settings for thread- and operation-local cache for associationTargetSearch evaluator cache.