Interface for entries, records or whatever that can be evicted via its accessor (key or id).
More...
#include <EvictionListener.h>
|
virtual void | onEvict (const boost::shared_ptr< A > &evictedEntryAccessor, const boost::shared_ptr< E > &evictedEntry, bool wasExpired) |
| Called when an Evictable entry is evicted. More...
|
|
template<typename A, typename E>
class hazelcast::client::internal::eviction::EvictionListener< A, E >
Interface for entries, records or whatever that can be evicted via its accessor (key or id).
- Parameters
-
<A> | Type of the accessor |
<E> | Type of the Evictable value |
template<typename A, typename E>
Called when an Evictable entry is evicted.
- Parameters
-
evictedEntryAccessor | Accessor of the Evictable entry that is evicted. |
evictedEntry | Evictable entry that is evicted. |
wasExpired | |
The documentation for this class was generated from the following files: