Hi Everyone, I noticed there was no example in proxy/config/storage.config for using a file as the cache storage. This is useful for testing purposes if you don't have a access to spare device/disk on your host. Hopefully this can possibly be put into an FAQ/Doc.
To use a file as the cache storage you need an entry like <pathname> <size> Where 'pathname' is full path to the directory where you want the cache-file to live and 'size' is size in bytes. e.g. 128MB cache file /usr/local/trafficserver/cache 134217728 This would create a 128MB cache file called 'cache.db' in /usr/local/trafficserver/cache regards, -George
