Uses of Interface
org.terracotta.toolkit.cache.ToolkitCacheListener

Packages that use ToolkitCacheListener
org.terracotta.toolkit.cache   
 

Uses of ToolkitCacheListener in org.terracotta.toolkit.cache
 

Methods in org.terracotta.toolkit.cache with parameters of type ToolkitCacheListener
 void ToolkitCache.addListener(ToolkitCacheListener<K> listener)
          Adds a listener to this cache - the listener will not be added again if it's already registered.
 void ToolkitCache.removeListener(ToolkitCacheListener<K> listener)
          Removes a registered listener from this cache.
 



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