CachedEx(ReadFromMB: Boolean): Boolean;
CachedEx[ReadFromMB: Boolean]: Boolean;
ReadFromMB. Indicates whether check is executed for cache presence in repository database.
The CachedEx property returns whether the repository database contains cache taking into account previous cache checks.
Depending on the ReadFromMB parameter value, the CachedEx property will work as follows:
ReadFromMB = True. Algorithm of work is the same as the Cached property algorithm: the check if there is cache is executed by sending request to the repository database.
ReadFromMB = False. Request is not sent to the repository database, the previous result of cache check is sent.
See also: