Class Properties.CacheControlProperties
- java.lang.Object
-
- com.alon.spring.crud.core.properties.Properties.CacheControlProperties
-
- Enclosing class:
- Properties
public class Properties.CacheControlProperties extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description booleancachePrivatebooleancachePubliclongmaxAgebooleannoCachebooleannoStore
-
Constructor Summary
Constructors Constructor Description CacheControlProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetMaxAge()booleanisCachePrivate()booleanisCachePublic()booleanisNoCache()booleanisNoStore()voidsetCachePrivate(boolean cachePrivate)voidsetCachePublic(boolean cachePublic)voidsetMaxAge(long maxAge)voidsetNoCache(boolean noCache)voidsetNoStore(boolean noStore)
-
-
-
Method Detail
-
getMaxAge
public long getMaxAge()
-
setMaxAge
public void setMaxAge(long maxAge)
-
isCachePrivate
public boolean isCachePrivate()
-
setCachePrivate
public void setCachePrivate(boolean cachePrivate)
-
isCachePublic
public boolean isCachePublic()
-
setCachePublic
public void setCachePublic(boolean cachePublic)
-
isNoCache
public boolean isNoCache()
-
setNoCache
public void setNoCache(boolean noCache)
-
isNoStore
public boolean isNoStore()
-
setNoStore
public void setNoStore(boolean noStore)
-
-