Jump to: navigation, search

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...")
 
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}
 
}}
 
}}

Revision as of 14:30, 30 October 2024

IC CLASSIFICATION.gif Prevent caching classification
Name SYSCLS_PREVENT_CACHING
Inheritance -
Namespace System.Classification.Caching
ID {3189c933-646c-442a-9e5f-09533e34535a}
Purpose Prevents the caching for instances of MetaClasses classified with this.
Version 4.9

This classification is used to check whether objects should be cached or not.

The following things are checked:

  • the environment is not currently being initialized
  • it is not a SystemObject
  • the MetaClass of the object is not a SystemObject
  • the classification is not on the object