Home > Configuration > Integrated Caching > setcachecontentgroup_absexpiry

setcachecontentgroup_absexpiry

Use this method to set local time, up to 4 times a day, at which all objects in the content group must expire.

CLI Users:
For example, to specify that the objects in the content group should expire by 11:00 PM, type the following method: add cache contentgroup -absexpiry 23:00
To specify that the objects in the content group should expire at 10:00 AM, 3 PM, 6 PM, and 11:00 PM, type: add cache contentgroup -absexpiry 10:00 15:00 18:00 23:00

Syntax



Parameters

name

Name of the content group to be modified.
This is mandatory parameter.

absexpiry

Local time, up to 4 times a day, at which all objects in the content group must expire. CLI Users: For example, to specify that the objects in the content group should expire by 11:00 PM, type the following method: add cache contentgroup -absexpiry 23:00 To specify that the objects in the content group should expire at 10:00 AM, 3 PM, 6 PM, and 11:00 PM, type: add cache contentgroup -absexpiry 10:00 15:00 18:00 23:00

Return Value

Returns simpleResult

See Also