org.jboss.portal.portlet.cache
Class CacheControl

java.lang.Object
  extended by org.jboss.portal.portlet.cache.CacheControl

public class CacheControl
extends java.lang.Object

Version:
$Revision: 630 $
Author:
Julien Viet

Constructor Summary
CacheControl(int expirationSecs, CacheScope cacheScope, java.lang.String validationToken)
           
 
Method Summary
 CacheScope getCacheScope()
           
 int getExpirationSecs()
           
 java.lang.String getValidationToken()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheControl

public CacheControl(int expirationSecs,
                    CacheScope cacheScope,
                    java.lang.String validationToken)
Method Detail

getExpirationSecs

public int getExpirationSecs()

getCacheScope

public CacheScope getCacheScope()

getValidationToken

public java.lang.String getValidationToken()


Copyright © 2008. All Rights Reserved.