Lines Matching refs:cache
610 with open(portal_xml, 'w') as cache:
611 cache.write(content_portal)
612 with open(target_xml, 'w') as cache:
613 cache.write(content_manifest)
621 with open(portal_xml, 'w') as cache:
622 cache.write('<manifest></manifest>')
624 with open(default_xml, 'w') as cache:
625 cache.write(content_manifest)
631 with open(portal_xml, 'w') as cache:
632 cache.write(content_manifest)
637 with open(portal_xml, 'w') as cache:
638 cache.write(content_portal)
891 with open(tmpbp, 'w') as cache:
892 cache.write(content)
910 with open(tmpbp, 'w') as cache:
911 cache.write(content)
925 with open(tmpbp, 'w') as cache:
926 cache.write(content)