Ant Organisation Ltd documentation

DatabaseManager.GetCacheLastModified Method 

Gets the date/time that the specified cached values changed

public DateTime GetCacheLastModified(
   AntDatabase conn,
   string cacheName
);

Parameters

conn
AntDatabase for the database which is being cached
cacheName
Name of the cache

Return Value

Date time that the cached data was last modified

See Also

DatabaseManager Class | Ant.Database Namespace