Caching a site wide partial

hi, i’ve been having trouble trying to get my head around caching a
partial that is included in more than one action. partial caching is
based on action and so it must cache a new partial for each action in
the site (if the partial is on almost every page in the site like mine
is) and what’s worse it must expire each action individually.

is there an easier way? thanks for any help.