.Net ICacheEntryFilter

2018-03-12 Thread piccontroller
There are some objects, in relation to one to many (for simplify). For example, there is a list with field descriptions (field type, range of possible values, etc.) and items of this list. It is necessary to somehow fold item correctly into the cache and get it from there when filtering on the

Re: .Net ICacheEntryFilter

2018-03-13 Thread piccontroller
1.Yeah. You allright. We do not save the objects directly. All objects have ids and we save they ids and ids to refrenced objects. See below: public class CacheFieldProperty { public int Id { get; set; } public int FormId { get; set; }//id of form object ... other

Re: .Net ICacheEntryFilter

2018-03-13 Thread piccontroller
I see during filtration next callstack If we open UnmanagedCallbacks we will see next: I see the reference to _ignite instance are valid here but it