Advanced Cache Configuration

Additionally you can configure cache in file [mage_dir]/app/etc/fpc.xml or [mage_dir]/app/etc/local.xml

Change default cache directory for fpc cache files:

<?xml version="1.0"?>
<config>
    <global>
        <fpc>
            <backend_options>
                <cache_dir>cache_fpc</cache_dir>
                <hashed_directory_level>2</hashed_directory_level>
            </backend_options>
        </fpc>
     </global>
</config>

As a result, cache files will be located at [mage_dir]/var/cache_fpc

Full Page Cache