It looks like a constructor for the RouteCacheTimer class. The : is used to define an initialization list for members of an object as part of the building the object.
Since I don't see the scope resolution operator (::) I assume this code is inside the RouteCacheTimer class which also makes this an inline function.
Comment