org.jasig.portal
Interface IMultithreadedCacheable


Deprecated. Use the IChannel* interfaces instead or write a portlet. For more information see: http://www.ja-sig.org/wiki/display/UPC/Proposal+to+Deprecate+IMultithreaded+Interfaces

@Deprecated
public interface IMultithreadedCacheable

A cacheable interface for the multithreaded channels

Author:
Peter Kharchenko pkharchenko@interactivebusiness.com
See Also:
ICacheable, IMultithreadedChannel

Method Summary
 ChannelCacheKey generateKey(String uid)
          Deprecated. Requests the channel to generate a key uniqly describing it's current state, and a description of key usage.
 boolean isCacheValid(Object validity, String uid)
          Deprecated. Requests the channel to verify validity of the retreived cache based on the validator object.
 

Method Detail

generateKey

ChannelCacheKey generateKey(String uid)
Deprecated. 
Requests the channel to generate a key uniqly describing it's current state, and a description of key usage.


isCacheValid

boolean isCacheValid(Object validity,
                     String uid)
Deprecated. 
Requests the channel to verify validity of the retreived cache based on the validator object.



Copyright © 2010 Jasig. All Rights Reserved.