org.jasig.portal.layout.dlm
Interface ILayoutCachingService

All Known Implementing Classes:
LayoutCachingService

public interface ILayoutCachingService

Base API for layout caching service. The implementation should handle appropriately expiring layouts when the user logs out

Version:
$Revision: 19776 $
Author:
Eric Dalquist

Method Summary
 void cacheLayout(IPerson owner, UserProfile profile, Document layout)
           
 Document getCachedLayout(IPerson owner, UserProfile profile)
           
 void removeCachedLayout(IPerson owner, UserProfile profile)
           
 

Method Detail

cacheLayout

void cacheLayout(IPerson owner,
                 UserProfile profile,
                 Document layout)

removeCachedLayout

void removeCachedLayout(IPerson owner,
                        UserProfile profile)

getCachedLayout

Document getCachedLayout(IPerson owner,
                         UserProfile profile)


Copyright © 2010 Jasig. All Rights Reserved.