The previous section told how to put the buffer entity into Cache to take a look at other operations for Cache [The data objects used here are enttemData, which can be changed to your data objects as needed.] Getcacheentity ///// /// Remove the corresponding buffer data entity /// summary> /// param> /// param > /// returns> EntityData Entity; Entity = cm.getdata (EntityKeycreator.createKey (EntityName, ID)) AS EntityData; Return Entity; /// /// Delete Specified Cache Entity // / summary> /// param> cm.remove (entityKeycreator.createKey (entity);
/// /// Remove cache /// summary> cm.flush ();