# File lib/cell/caching.rb, line 58
    def cache?(state, *args)
      perform_caching? and state_cached?(state) and self.class.conditional_procs[state].(self, *args)
    end