This content has been marked as final.
Show 1 reply
-
1. Re: API request exists(Fqn, key)
belaban Jun 21, 2004 1:26 PM (in response to mfrost)I recently added an exists(Fqn) method, I'll add another one for exists(Fqn, Object key).
Note, that there is a diff between get() and exists(): get will try to load the node/value from the CacheLoader, whereas exists() will not (just a memory check).
Bela