J
Jon Skeet [C# MVP]
In order to optimise a file caching strategy, I need to find out two
things:
1) How much non-volatile storage space is available (and where)
2) How much volatile storage space is available
I know how to find out how what the division between volatile storage
space and "working memory" is, and how to find out how much working
memory is being used, but I can't find the free volatile storage space.
Any clues?
things:
1) How much non-volatile storage space is available (and where)
2) How much volatile storage space is available
I know how to find out how what the division between volatile storage
space and "working memory" is, and how to find out how much working
memory is being used, but I can't find the free volatile storage space.
Any clues?