Top "Evict" questions

To evict a part of memory is to clear its contents to make space for new data

What does NHibernate Session.Evict do?

What does the following code snippet do? Why the use of Evict? private void DoEvict(customer cust) { AddressRepository.Evict(cust.…

nhibernate evict
NHibernate caching issue - When to call Evict?

I've run into an apparent caching issue where what's being returned by NHibernate is not matching up with what's in …

asp.net-mvc nhibernate caching evict
Cache evict on one of multiple keys

In my application I have multiple cacheable methods with multiple keys: @Cacheable(cacheNames = "valueCodes", key = "{#value, #fieldId, #projectId}") @Cacheable(cacheNames = "…

java spring caching spring-el evict