Is there a limit of associating DataCacheTag with Appfabric Cache Object

Soru Is there a limit of associating DataCacheTag with Appfabric Cache Object

  • 04 Temmuz 2012 Çarşamba 11:01
     
     

    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.