Uses of Interface
edu.yale.its.tp.portlets.calendar.caching.ICacheKeyGenerator

Packages that use ICacheKeyGenerator
edu.yale.its.tp.portlets.calendar.adapter   
edu.yale.its.tp.portlets.calendar.caching   
 

Uses of ICacheKeyGenerator in edu.yale.its.tp.portlets.calendar.adapter
 

Methods in edu.yale.its.tp.portlets.calendar.adapter with parameters of type ICacheKeyGenerator
 void ConfigurableHttpCalendarAdapter.setCacheKeyGenerator(ICacheKeyGenerator cacheKeyGenerator)
           
 void ConfigurableFileCalendarAdapter.setCacheKeyGenerator(ICacheKeyGenerator cacheKeyGenerator)
           
 void CalDavCalendarAdapter.setCacheKeyGenerator(ICacheKeyGenerator cacheKeyGenerator)
           
 

Uses of ICacheKeyGenerator in edu.yale.its.tp.portlets.calendar.caching
 

Classes in edu.yale.its.tp.portlets.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 © 2009 Jasig. All Rights Reserved.