Difference between revisions of "SYSCLS PREVENT CACHING"
(Created page with "{{ClassificationInfoBox | title = Prevent caching classification | name = {{PAGENAMEE}} | inheritance = - | namespace = System.Classification.Caching | purpose = Prevents the...") |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
| namespace = System.Classification.Caching | | namespace = System.Classification.Caching | ||
| purpose = Prevents the caching for instances of MetaClasses classified with this. | | purpose = Prevents the caching for instances of MetaClasses classified with this. | ||
− | | version = | + | | version = 4.9 |
| id = {3189c933-646c-442a-9e5f-09533e34535a} | | id = {3189c933-646c-442a-9e5f-09533e34535a} | ||
}} | }} | ||
− | This classification is used to | + | This classification is used to prevent instances of a respectively classified MetaClass (and all its derivates) from being added to the central cache (on the server side). |
− | + | == Usage == | |
− | * the | + | Relate the classification to a MetaClass to prevent caching of all instances (also of derivates). |
− | + | Caching can be prevented for all non-system objects, i.e.: | |
− | * the MetaClass of the object is not a | + | * the object itself is not a system object |
− | + | * the MetaClass of the object is not a system object |
Latest revision as of 14:38, 30 October 2024
This classification is used to prevent instances of a respectively classified MetaClass (and all its derivates) from being added to the central cache (on the server side).
Usage
Relate the classification to a MetaClass to prevent caching of all instances (also of derivates). Caching can be prevented for all non-system objects, i.e.:
- the object itself is not a system object
- the MetaClass of the object is not a system object