Class CacheControl


  • public class CacheControl
    extends Object
    Version:
    $Revision: 630 $
    Author:
    Julien Viet
    • 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()