Add an object to the cache and return true if objects has to be be evicted from the cache.
Parameters: obj - - object that should be cached. true if objects should be removed from the cache
returns a list of objects can be evicted from the cache.
Note: It doesn't actually evict them, it is advisory at this point
Parameters: maxCount - - the maxCount of objects that should be returned. Collection of objects that can be removed from the cache