Package org.gatein.pc.api.cache
Class CacheControl
- java.lang.Object
-
- org.gatein.pc.api.cache.CacheControl
-
public class CacheControl extends Object
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
-
Constructor Summary
Constructors Constructor Description CacheControl(int expirationSecs, CacheScope cacheScope, String validationToken)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheScopegetCacheScope()intgetExpirationSecs()StringgetValidationToken()
-
-
-
Constructor Detail
-
CacheControl
public CacheControl(int expirationSecs, CacheScope cacheScope, String validationToken)
-
-
Method Detail
-
getExpirationSecs
public int getExpirationSecs()
-
getCacheScope
public CacheScope getCacheScope()
-
getValidationToken
public String getValidationToken()
-
-