Changes for page Cache

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

From version 35.1
edited by Thomas Mortagne
on 2018/05/30 10:33
Change comment: There is no comment for this version
To version 35.2
edited by Thomas Mortagne
on 2018/05/30 10:33
Change comment: There is no comment for this version

Summary

Details

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