You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/code_behind_framework_data.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,22 @@
3
3
CodeBehind framework creates a directory named code_behind in the project directory after the first execution.
4
4
5
5
There are the following files in the code_behind directory:
6
+
- cache.xml
6
7
- dll_import_list.ini
7
8
- global_template.astx
8
9
- namespace_import_list.ini
9
10
- options.ini
10
11
- role.xml
11
12
- views_class.cs.tmp
12
13
- views_class_last_success_compiled.cs.tmp
13
-
- views_compile_error.log (maybe)
14
14
- views_class_aggregation_error.log (maybe)
15
+
- views_compile_error.log (maybe)
16
+
17
+
Apart from the list above, a file called `CodeBehindLastSuccessCompiled.dll.tmp` is added next to the `CodeBehind.dll` library and the main project dll.
18
+
19
+
### cache.xml
15
20
16
-
Apart from the list above, a file called CodeBehindLastSuccessCompiled.dll.tmp is added next to the CodeBehind.dll library and the main project dll.
21
+
In this file, the cache is determined on the View pages and Controller classes.
0 commit comments