Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #15090

Re: file cache support

Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!newsfe20.iad.POSTED!83aa503d!not-for-mail
From Daniel Pitts <newsgroup.nospam@virtualinfinity.net>
User-Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:12.0) Gecko/20120428 Thunderbird/12.0.1
MIME-Version 1.0
Newsgroups comp.lang.java.programmer
Subject Re: file cache support
References <de50bdac-cc90-4f61-870a-b56d3720f068@googlegroups.com>
In-Reply-To <de50bdac-cc90-4f61-870a-b56d3720f068@googlegroups.com>
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
Lines 12
Message-ID <MA4Ar.5443$gr.3482@newsfe20.iad> (permalink)
X-Complaints-To abuse@newsrazor.net
NNTP-Posting-Date Thu, 07 Jun 2012 16:24:12 UTC
Date Thu, 07 Jun 2012 09:24:11 -0700
X-Received-Bytes 1385
Xref csiph.com comp.lang.java.programmer:15090

Show key headers only | View raw


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 | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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