method

__callback_runner_name_cache

rails latest stable - Class: ActiveSupport::Callbacks::ClassMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.0.2) is shown here.

__callback_runner_name_cache()
public

No documentation available.

# File activesupport/lib/active_support/callbacks.rb, line 383
      def __callback_runner_name_cache
        @__callback_runner_name_cache ||= ThreadSafe::Cache.new {|cache, kind| cache[kind] = __generate_callback_runner_name(kind) }
      end