Obtains the item that corresponds a key. Returns null if the key doesn't exist.
the item key
flags whether not finding the item should count as a cache miss
the corresponding cache item or null if the key didn't exist.
See Implementation
Obtains the item that corresponds a key. Returns null if the key doesn't exist.