Uses of Interface
org.jasig.portlet.calendar.caching.ICacheKeyGenerator

Packages that use ICacheKeyGenerator
org.jasig.portlet.calendar.adapter   
org.jasig.portlet.calendar.caching   
 

Uses of ICacheKeyGenerator in org.jasig.portlet.calendar.adapter
 

Methods in org.jasig.portlet.calendar.adapter with parameters of type ICacheKeyGenerator
 void ExchangeCalendarAdapter.setCacheKeyGenerator(ICacheKeyGenerator cacheKeyGenerator)
           
 void ConfigurableHttpCalendarAdapter.setCacheKeyGenerator(ICacheKeyGenerator cacheKeyGenerator)
           
 void ConfigurableFileCalendarAdapter.setCacheKeyGenerator(ICacheKeyGenerator cacheKeyGenerator)
           
 void CalDavCalendarAdapter.setCacheKeyGenerator(ICacheKeyGenerator cacheKeyGenerator)
           
 

Uses of ICacheKeyGenerator in org.jasig.portlet.calendar.caching
 

Classes in org.jasig.portlet.calendar.caching that implement ICacheKeyGenerator
 class DefaultCacheKeyGeneratorImpl
           
 class RequestAttributeCacheKeyGeneratorImpl
          RequestAttributeCacheKeyGeneratorImpl is an implementation of ICacheKeyGenerator that appends the current session username to the generated key.
 



Copyright © 2012 Jasig. All Rights Reserved.