Class CacheControl

java.lang.Object
org.gatein.pc.api.cache.CacheControl

public class CacheControl extends Object
Version:
$Revision: 630 $
Author:
Julien Viet
  • Constructor Details

    • CacheControl

      public CacheControl(int expirationSecs, CacheScope cacheScope, String validationToken)
  • Method Details

    • getExpirationSecs

      public int getExpirationSecs()
    • getCacheScope

      public CacheScope getCacheScope()
    • getValidationToken

      public String getValidationToken()