Puts the given object in the cache if it is not already present. If the object is already cached, than the instance that exists in the cached is returned. Otherwise, it is placed in the cache and null is returned. @param object object to cache @return the cached object or null if the given obje
(T object)
source not stored for this graph (policy: none)
no test coverage detected