Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You can use GigaSpaces XAP data grid, and have a local cache on the client which holds the cache items that are needed by that client and have a full programmatic API for eviction of that cache in .NET. </p> <p>See: <a href="http://wiki.gigaspaces.com/wiki/display/XAP9NET/Local+Cache">http://wiki.gigaspaces.com/wiki/display/XAP9NET/Local+Cache</a></p> <p>If you want to control the remote (distributed) cache eviction policy, for now you'll need to write it in Java.</p> <p>So you can mix and match, have a .NET client with custom local eviction policy and have the remote distributed cache policy written in Java or have just one of the two.</p> <p>This Java eviction policy API is actually just being improved to an easier API in the current developed version 9.1 which will be out in a two-three months, you can still use the early access of this version or instead use the older API.</p> <p>You can see an example of a custom eviction policy of the new API in here: <a href="https://github.com/OpenSpaces/PrioritizedEvictionStrategy">https://github.com/OpenSpaces/PrioritizedEvictionStrategy</a></p> <p>You can read about the older API for custom eviciton policies here: <a href="http://wiki.gigaspaces.com/wiki/display/SBP/Custom+Eviction">http://wiki.gigaspaces.com/wiki/display/SBP/Custom+Eviction</a></p> <p>The new API will soon be documented but it's pretty straight forward from the sample code in the link above.</p> <p>By the way, I am GigaSpaces employee.</p> <p>Hope this helps, Eitan.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload