file cache support

D

Daniel Pitts

Does Java have any built-in support for file caches?

Thanks.
What sort of file caches? Are you talking about caching files in memory
(which is more often an OS level operation), or about caching external
resources (http request for instance) into a file?

ASAIK, there is no "built-in" support any kind of file caching, however
there are probably libraries out there to support what you want,
depending on what exactly it is that you want. Also, Java does have
"built-in" support for accessing the file system to read and write files.
 
R

Roedy Green

Does Java have any built-in support for file caches?

There is nio which is a sort of roll your own caching. The OS of
course is running a cache as is the drive hardware in modern drives.

All you have to do is buy more ram or install an SSD.


--
Roedy Green Canadian Mind Products
http://mindprod.com
Controlling complexity is the essence of computer programming.
~ Brian W. Kernighan 1942-01-01
..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top