Module Values.ExpirationDataRuleSource

Specifies a rule that controls when cached data expires from the file system based on last access time.

Sourcetype nonrec t = {
  1. daysAfterLastAccess : ExpirationDataRuleDaysAfterLastAccessInteger.t;
    (*

    The number of days after last access before cached data expires from the file system.

    *)
}
Sourceval context_ : string
Sourceval make : daysAfterLastAccess:ExpirationDataRuleDaysAfterLastAccessInteger.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of ExpirationDataRuleDaysAfterLastAccessInteger.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t