Ah, I see. Thanks.

On 24 November 2011 23:06, Meikel Brandmeyer (kotarak) <m...@kotka.de> wrote:

> Hi,
>
> the ResourceBundles themselves are memoized by the Java runtime. You can
> reset this cache with ResourceBundle/clearCache. Then the underlying
> ResourceBundle will be retrieved again on the next access. Then the
> memoization does not trigger. But the memoization itself is probably
> premature optimisation and should be removed.
>
>
> Sincerely
> Meikel
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to