/*
* $Id$
* Created on Feb 16, 2006
*
* Copyright (C) 2006 Idega Software hf. All Rights Reserved.
*
* This software is the proprietary information of Idega hf.
* Use is subject to license terms.
*/
package com.idega.block.process.message.business;
public class MessageConstants {
public static final String CACHE_KEY = "msg_user_messages";
}