i have a logic which needs list of datacachetag to be associated with each cache item, i want to know is there a limit for items in a list which is associated with an appfabric cache item.
for example:
List<DataCacheTag> tags=new List<DataCacheTag>();
tags.add(new DataCacheTag(""));
is above list can contain items above 1000. please respond if u come across such situation.
Thanks.