News

Which language? With C++ <B>mutable</B> is probably your solution. mutable members can be changed from const member functions. It's still best to keep the synchronisation to a minimum though.