rtight, it works in .htaccess, just like other rewrite rules.
currently, no special response header to indicate it's from cache.
however, it's easy to verify if it's from cache or not. for example,
<?php
header('CurrentTime: '.gmdate('D, d M Y H:i:s', time()).' GMT',true);
echo...