Uses of Class
org.jasig.portal.ChannelCacheKey

Packages that use ChannelCacheKey
org.jasig.portal   
org.jasig.portal.channels   
org.jasig.portal.channels.error   
org.jasig.portal.channels.groupsmanager   
org.jasig.portal.channels.permissionsmanager   
org.jasig.portal.channels.portlet   
org.jasig.portal.channels.webproxy   
org.jasig.portal.layout.dlm.channels.guide   
 

Uses of ChannelCacheKey in org.jasig.portal
 

Methods in org.jasig.portal that return ChannelCacheKey
 ChannelCacheKey ICacheable.generateKey()
          Requests the channel to generate a key uniqly describing it's current state, and a description of key usage.
 ChannelCacheKey MultithreadedCacheableCharacterChannelAdapter.generateKey()
           
 ChannelCacheKey MultithreadedCacheableChannelAdapter.generateKey()
           
 ChannelCacheKey IMultithreadedCacheable.generateKey(java.lang.String uid)
          Deprecated. Requests the channel to generate a key uniqly describing it's current state, and a description of key usage.
 

Uses of ChannelCacheKey in org.jasig.portal.channels
 

Methods in org.jasig.portal.channels that return ChannelCacheKey
 ChannelCacheKey CError.generateKey()
          Deprecated.  
 ChannelCacheKey CLogin.generateKey()
           
 ChannelCacheKey CSecureInfo.generateKey()
           
 ChannelCacheKey CHeader.generateKey()
          ICacheable method - generates cache key
 ChannelCacheKey CImage.generateKey(java.lang.String uid)
           
 ChannelCacheKey CGenericXSLT.generateKey(java.lang.String uid)
           
 ChannelCacheKey CInlineFrame.generateKey(java.lang.String uid)
           
 ChannelCacheKey CApplet.generateKey(java.lang.String uid)
           
 

Uses of ChannelCacheKey in org.jasig.portal.channels.error
 

Methods in org.jasig.portal.channels.error that return ChannelCacheKey
 ChannelCacheKey CError.generateKey()
           
 

Uses of ChannelCacheKey in org.jasig.portal.channels.groupsmanager
 

Methods in org.jasig.portal.channels.groupsmanager that return ChannelCacheKey
 ChannelCacheKey CGroupsManager.generateKey(java.lang.String uid)
          put your documentation comment here
 

Uses of ChannelCacheKey in org.jasig.portal.channels.permissionsmanager
 

Methods in org.jasig.portal.channels.permissionsmanager that return ChannelCacheKey
 ChannelCacheKey CPermissionsManager.generateKey()
          put your documentation comment here
 

Uses of ChannelCacheKey in org.jasig.portal.channels.portlet
 

Fields in org.jasig.portal.channels.portlet declared as ChannelCacheKey
private static ChannelCacheKey CPortletAdapter.instanceCacheKey
           
private static ChannelCacheKey CPortletAdapter.systemCacheKey
           
 

Methods in org.jasig.portal.channels.portlet that return ChannelCacheKey
 ChannelCacheKey CPortletAdapter.generateKey(java.lang.String uid)
          Generates a channel cache key.
 

Uses of ChannelCacheKey in org.jasig.portal.channels.webproxy
 

Methods in org.jasig.portal.channels.webproxy that return ChannelCacheKey
 ChannelCacheKey CWebProxy.generateKey(java.lang.String uid)
           
 

Uses of ChannelCacheKey in org.jasig.portal.layout.dlm.channels.guide
 

Methods in org.jasig.portal.layout.dlm.channels.guide that return ChannelCacheKey
 ChannelCacheKey DlmIntroChannel.generateKey()
          Return our cache key which is a system cache key so all users share the same output and it never changes meaning that it never regenerates.
private  ChannelCacheKey DlmIntroChannel.initKey(java.lang.String id)
          Create a globally shared cache key for a section with the validity object being a string of the long value representing the last time that the content file was updated.