For Rails 2, you can do:
Rails.configuration.cache_classes
If you ever switch to Rails 3, it’ll be different; you can access the same value with:
Rails.application.config.cache_classes
For Rails 2, you can do:
Rails.configuration.cache_classes
If you ever switch to Rails 3, it’ll be different; you can access the same value with:
Rails.application.config.cache_classes