Shaolinq
Shaolinq copied to clipboard
Object should be inserted into cache before it is initialized
At the moment an object is submitted to the cache only after it has been member initalised. Performance can be improved by submitting an object to the cache in case any of its members or members members reference itself because the partially constructed reference should be used.