Hi, I am using JCS cache for storing objects that I need to display very frequently.
For every entry the key looks like *LIST_2_AGENT_123981*, the pattern is like *Type_Source Id_Object Type_Object ID*. Total entries following the same pattern evaluates to *4*10*40*1000* Whenever I refresh the data source, I need to remove all the data corresponding to it. To remove all the entries starting with *LIST_2* can I call remove method with some key like *LIST_2_** i.e. in general, *Type|Source Id|** Please suggest how can I achieve above requirement in JCS. Regards, Rupesh K