org.jasig.portlet.emailpreview.caching
Class EWSEndpointUriCacheKeyGeneratorImpl

java.lang.Object
  extended by org.jasig.portlet.emailpreview.caching.EWSEndpointUriCacheKeyGeneratorImpl
All Implemented Interfaces:
IEWSEndpoingUriCacheKeyGenerator

public class EWSEndpointUriCacheKeyGeneratorImpl
extends Object
implements IEWSEndpoingUriCacheKeyGenerator

Generates cache keys for a user's mailserver

Author:
James Wennmacher, jwennmacher@unicon.net

Constructor Summary
EWSEndpointUriCacheKeyGeneratorImpl()
           
 
Method Summary
 String getKey(MailStoreConfiguration config)
          Returns a cache key based on the mailstore configuration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EWSEndpointUriCacheKeyGeneratorImpl

public EWSEndpointUriCacheKeyGeneratorImpl()
Method Detail

getKey

public String getKey(MailStoreConfiguration config)
Description copied from interface: IEWSEndpoingUriCacheKeyGenerator
Returns a cache key based on the mailstore configuration

Specified by:
getKey in interface IEWSEndpoingUriCacheKeyGenerator
Parameters:
config - mailstore configuration
Returns:
cache key


Copyright © 2013 Jasig. All Rights Reserved.