Uses of Interface
org.mule.cache.keygenerator.KeyGenerator

Packages that use KeyGenerator
org.mule.cache   
org.mule.cache.keygenerator   
 

Uses of KeyGenerator in org.mule.cache
 

Methods in org.mule.cache that return KeyGenerator
 KeyGenerator ObjectStoreCachingStrategy.getKeyGenerator()
           
 

Methods in org.mule.cache with parameters of type KeyGenerator
 void ObjectStoreCachingStrategy.setKeyGenerator(KeyGenerator keyGenerator)
           
 

Uses of KeyGenerator in org.mule.cache.keygenerator
 

Classes in org.mule.cache.keygenerator that implement KeyGenerator
 class ExpressionKeyGenerator
          Implements KeyGenerator using the Mule expression language to generate the cache keys.
 class MD5KeyGenerator
          Implements KeyGenerator applying an MD5 digest to the event's message payload.
 



Copyright © 2003-2011 MuleSoft, Inc.. All Rights Reserved.