Set the maximum acceptable age of a cached value.
By default, no cached values are allowed.
- Parameters
-
self | The operationControl. This must not be NULL. |
cacheAge | The maximum acceptable age of a cached value (in milliseconds). A value of 0 means no cached values will be accepted. This value will be rounded up to the nearest second. |
- Returns
- TRUE if the max cache age was set, FALSE otherwise.