Roxen Interactive RXML Help
<sb-precache-change/>
This tag enqueues a notification event similar to <sb-notify-change> but also puts the page in a higher priority queues for the persistent cache crawler. When the notification is received the page is enqueued for immediate crawling but until the crawler has run, the previously cached page will be delivered.
Attributes
- path
- path=absolute or relative path to a file
Specify the file or directory to operate on. Default is current file.
- prio
- prio=int
Set the priority of the page. 1 is the highest priority and larger numbers mean less priority. Default the priority is calculated from the pages directory level.
- time
-
Specify time of the notification even. Default the time is calculated as 'now() + (prio * 60)' and shortened to the closes full minute.
- purge
-
Removes all pages from the crawler priority table.

