Class SessionExpirationPolicyCustomExpiryAdapter

java.lang.Object
org.springframework.session.data.gemfire.expiration.support.SessionExpirationPolicyCustomExpiryAdapter
All Implemented Interfaces:
org.apache.geode.cache.CacheCallback, org.apache.geode.cache.CustomExpiry<String,Object>, org.apache.geode.cache.Declarable

public class SessionExpirationPolicyCustomExpiryAdapter extends Object implements org.apache.geode.cache.CustomExpiry<String,Object>
The SessionExpirationPolicyCustomExpiryAdapter class is an Apache Geode/Pivotal GemFire CustomExpiry implementation wrapping and adapting an instance of the SessionExpirationPolicy strategy interface to plugin to and affect Apache Geode/Pivotal GemFire's expiration behavior.
Since:
1.0.0
See Also: