class Module

def __memoize_cache__

method call results.
Returns the current memoize cache for all the stored objects and
def __memoize_cache__
  @__memoize_cache__ ||= {}
end