Values.ExpirationDataRuleSourceSpecifies a rule that controls when cached data expires from the file system based on last access time.
type nonrec t = {daysAfterLastAccess : ExpirationDataRuleDaysAfterLastAccessInteger.t;The number of days after last access before cached data expires from the file system.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of ExpirationDataRuleDaysAfterLastAccessInteger.t ])
list ]