Class: SolidStackWeb::CacheController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- SolidStackWeb::CacheController
- Defined in:
- app/controllers/solid_stack_web/cache_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
3 4 5 6 |
# File 'app/controllers/solid_stack_web/cache_controller.rb', line 3 def index @total_entries = ::SolidCache::Entry.count @total_byte_size = ::SolidCache::Entry.sum(:byte_size) end |