Initial situation: Inside a function I'm caching a query using the cachedWithin attribute. Right below that cfquery tag I'm caching derived&related data into a struct stored in the SERVER scope.
Problem: I want to re-populate that struct if the query above has been refreshed, but foo.cached only seems to indicate whether the tag uses caching at all. Does Railo provide additional metadata to actually receive true if that query has been updated, not just if it's cached at all or should I resort to a cfcache workaround?