Mobile offline cache expiration is not working as expectedIssue After modifying the value for the property 'glide.sg.offline.expiration', the expiration date is different or shorter than expected.ReleaseAll ReleasesCauseThe value that 'glide.sg.offline.expiration' property uses is in "Milliseconds". So for example, if you want the expiration to be 48 hrs, the equivalent value used would be '172800000'.ResolutionDepending on how many hours you want the cache to expire, you will need to ensure that the value is in the equivalent of "Milliseconds".