Skip to content

Commit 14b29c0

Browse files
Update code_behind_framework_data.md
1 parent c03a06f commit 14b29c0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

doc/code_behind_framework_data.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,22 @@
33
CodeBehind framework creates a directory named code_behind in the project directory after the first execution.
44

55
There are the following files in the code_behind directory:
6+
- cache.xml
67
- dll_import_list.ini
78
- global_template.astx
89
- namespace_import_list.ini
910
- options.ini
1011
- role.xml
1112
- views_class.cs.tmp
1213
- views_class_last_success_compiled.cs.tmp
13-
- views_compile_error.log (maybe)
1414
- 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
1520

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.
1722

1823
### dll_import_list.ini
1924

0 commit comments

Comments
 (0)