@@ -90,10 +90,13 @@ + (id)setObject: (OFObject*)obj forTLSKey: (OFTLSKey*)key; /** * Returns the object for the specified Thread Local Storage key. + * + * The returned object is not retained and autoreleased for performance + * reasons! * * \param key The Thread Local Storage key */ + (id)objectForTLSKey: (OFTLSKey*)key;