Index: generic/tclAPI.h =================================================================== diff -u -r8e5a1351ecc12dfca1e3988240a07fa745439d42 -r543e283a1681f4e7075eb65a0dd97f54cf48e2f7 --- generic/tclAPI.h (.../tclAPI.h) (revision 8e5a1351ecc12dfca1e3988240a07fa745439d42) +++ generic/tclAPI.h (.../tclAPI.h) (revision 543e283a1681f4e7075eb65a0dd97f54cf48e2f7) @@ -1,9 +1,9 @@ static int convertToConfigureoption(Tcl_Interp *interp, Tcl_Obj *objPtr, ClientData *clientData) { - static CONST char *opts[] = {"filter", "softrecreate", NULL}; + static CONST char *opts[] = {"filter", "softrecreate", "cacheinterface", NULL}; return Tcl_GetIndexFromObj(interp, objPtr, opts, "configureoption", 0, (int *)clientData); } -enum configureoptionIdx {configureoptionFilterIdx, configureoptionSoftrecreateIdx}; +enum configureoptionIdx {configureoptionFilterIdx, configureoptionSoftrecreateIdx, configureoptionCacheinterfaceIdx}; static int convertToMethodproperty(Tcl_Interp *interp, Tcl_Obj *objPtr, ClientData *clientData) { static CONST char *opts[] = {"protected", "public", "slotobj", NULL}; @@ -2732,7 +2732,7 @@ {"cmdName", 1, 0, convertToTclobj}} }, {"::xotcl::configure", XOTclConfigureCmdStub, 2, { - {"filter|softrecreate", 1, 0, convertToConfigureoption}, + {"filter|softrecreate|cacheinterface", 1, 0, convertToConfigureoption}, {"value", 0, 0, convertToTclobj}} }, {"::xotcl::createobjectsystem", XOTclCreateObjectSystemCmdStub, 2, {