%properties = $session->getfAllProperties($object, $flag, $freshness);

The getfAllProperties() function is the same as getAllProperties(), but takes the freshness of the values into account, and refreshes any stale properties before returning the results, that is, those that are older than $freshness seconds. The section “$freshness” on page 73 provides additional information.

The section“getAllProperties and getAllProperties_t” on page 79 provides a description of the $flag.