try{
GCacheFactory cacheFactory = (GCacheFactory) CacheManager.getInstance().getCacheFactory();
cache = (GCache) cacheFactory.createCache(Collections.emptyMap());
if(!cache.isEmpty())
{
if(cache.containsKey(strJID + "," + strProperty))
{
String value;
value = (String) cache.get(strJID + "," + strProperty);
if(value.length()>=1)
{