264a265,274
> /**
> * Determine if an address is in the ranges covered by this
> * cache. This is useful to filter snoops.
> *
> * @param addr Address to check against
> *
> * @return If the address in question is in range
> */
> bool inRange(Addr addr) const;
>