Hi all, maybe this is an stupid question, but i'm starting with JCS.

I want to put null values in the cache, and then ask if the key exist or not.

cacheAccess.put("key",null);
cacheAccess.get("key")==null
cacheAccess.get("non-existence-key")==null

is there any way to know if one key exists? Somthing like
cacheAccess.hasKey("key)::boolean

Regards, Enrique.

--
_______________________________
Enrique Rodriguez Lasterra
lasterra AT javahispano DOT org
http://www.javahispano.org
Asociación sin ánimo de lucro sobre java
Spanish non profit association about java

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to