module ActionView::Helpers::CacheHelper

def fragment_for(name = {}, options = nil, &block) #:nodoc:

:nodoc:
TODO: Create an object that has caching read/write on it
def fragment_for(name = {}, options = nil, &block) #:nodoc:
  read_fragment_for(name, options) || write_fragment_for(name, options, &block)
end