Methods
Instance Public methods
Source: show
# File rails/actionpack/test/controller/caching_test.rb, line 105 def expire expire_action :controller => 'action_caching_test', :action => 'index' render :nothing => true end
Source: show
# File rails/actionpack/test/controller/caching_test.rb, line 99 def index sleep 0.01 @cache_this = Time.now.to_f.to_s render :text => @cache_this end