Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #15090
| From | Daniel Pitts <newsgroup.nospam@virtualinfinity.net> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: file cache support |
| References | <de50bdac-cc90-4f61-870a-b56d3720f068@googlegroups.com> |
| Message-ID | <MA4Ar.5443$gr.3482@newsfe20.iad> (permalink) |
| Date | 2012-06-07 09:24 -0700 |
On 6/7/12 8:56 AM, bob wrote: > 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.
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
file cache support bob <bob@coolfone.comze.com> - 2012-06-07 08:56 -0700 Re: file cache support Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2012-06-07 09:24 -0700 Re: file cache support rossum <rossum48@coldmail.com> - 2012-06-07 18:02 +0100 Re: file cache support Roedy Green <see_website@mindprod.com.invalid> - 2012-06-13 12:21 -0700
csiph-web