On Wed, Dec 16, 2009 at 9:11 AM, Ben Short <[email protected]> wrote: > Its a very handy undocumented feature. > > Since its undocumented is it safe to assume that it might change without > notice? >
For binary content, it may depends on your persistent manager configuration. If all your data is in db, so it won't work. If your binary store in some resource you could get independent reference, it will works. e.g. for file or s3 storage. -Guo
