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

Method Summary
 void addCacheEvictionListener(CacheEvictionListener listener)
           
 void removeCacheEvictionListener(CacheEvictionListener listener)
           
 

Method Detail

addCacheEvictionListener

void addCacheEvictionListener(CacheEvictionListener listener)

removeCacheEvictionListener

void removeCacheEvictionListener(CacheEvictionListener listener)


Copyright © 2015 Terracotta, Inc.. All Rights Reserved.