Methods
E
I
Instance Public methods
expire()
# File rails/actionpack/test/controller/caching_test.rb, line 105
def expire
  expire_action :controller => 'action_caching_test', :action => 'index'
  render :nothing => true
end
index()
# 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