Closed GoogleCodeExporter closed 8 years ago
Hi,
s3fs uses two types for caching, one is for file stats, the other is for file
contents.
The cache for file stats is cached out by LRU.
For the file contents is not cached out by s3fs, but you can remove it
manually.(see test/sample_delcache.sh)
Regards,
Original comment by ggta...@gmail.com
on 13 Jan 2014 at 2:01
Original issue reported on code.google.com by
naresh.b...@gmail.com
on 10 Jan 2014 at 4:08