im using a handler to serve user avatars. if there is no avatar set its reading noavatar.jpg from file system and binarywrite to the client.
is it good idea to cache this 5kb noavatar.jpg to memory and serve from there?
I am concerned because avatar handler gets quite alot of requests.