> How can a plugin store data so it doesn't have to recompute it on > every page request? Is there an API to get a file object I can write > to/ read from? I don't want to store structured data (i.e. in the > database), just a big blob of cache.
A simple solution would be to use local files. Have a look at the GraphvizPlugin, generated SVG/PNG files are cached this way. HTH, Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
