Class SlidingReactiveExpirationPolicy<Key, Value, ArgumentsBundle>
Expiration policy which evicts keys based on time span access.
If key wasn't accessed in the specified SlidingExpirationPolicyArgsBundle.timeSpan,
it will be evicted on the next Cache.get operation.
If key was accessed in that time span, it's expiration time will be increased with the value of time span.
Expiration policy which evicts keys based on time span access.
If key wasn't accessed in the specified SlidingExpirationPolicyArgsBundle.timeSpan, it will be evicted on the next Cache.get operation.
If key was accessed in that time span, it's expiration time will be increased with the value of time span.