org.terracotta.cache
Interface CacheEvictionListenerSupport
- All Known Implementing Classes:
- ConcurrentDistributedServerMap, EnterpriseConcurrentDistributedMap
public interface CacheEvictionListenerSupport
Interface implemented by classes which can do eviction.
- Author:
- Abhishek Sanoujam
addCacheEvictionListener
void addCacheEvictionListener(CacheEvictionListener listener)
removeCacheEvictionListener
void removeCacheEvictionListener(CacheEvictionListener listener)
Copyright © 2015 Terracotta, Inc.. All Rights Reserved.