001package org.andromda.core.metafacade; 002 003/** 004 * Stores the common metafacade namespace properties used throughout <strong>ANY </strong> set of metafacades (UML, 005 * etc). 006 * 007 * @author Chad Brandon 008 */ 009public interface MetafacadeProperties 010{ 011 /** 012 * Are we making use of the caching of metafacade properties (true/false). 013 */ 014 public static final String ENABLE_METAFACADE_PROPERTY_CACHING = "enableMetafacadePropertyCaching"; 015}