Changes for page Cache

Last modified by Thomas Mortagne on 2018/05/30 10:38

From version 27.1
edited by Thomas Mortagne
on 2018/05/30 10:29
Change comment: There is no comment for this version
To version 28.1
edited by Thomas Mortagne
on 2018/05/30 10:30
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -7,8 +7,8 @@
7 7   println 'document content size:' + document.content.length()
8 8  
9 9   println 'document objects:'
10 - for (objectsEntry in document.document.getXObjects().entrySet()) {
11 - println '*' + objectsEntry.key + ($objectsEntry.value ? objectsEntry.value.size() : 'null')
10 + for (objectsEntry in document.getXObjects().entrySet()) {
11 + println '*' + objectsEntry.key + (objectsEntry.value ? objectsEntry.value.size() : 'null')
12 12   }
13 13  
14 14   println 'document attacments:'