Where are my action cache files?

Hi everyone,

So, I’m working with Rails 1.0 for now, and I’ve set up some caching:

<% cache(:action => ‘list’, :part => ‘departments’) do %>

Etc…

Now, I haven’t set up any expiration sweepers or triggers yet, but I
thought there would be an HTML page somewhere I could delete and then
have the cache rebuilt. Is that only for page caching?

Thanks!

Sean