Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
TYPE |
"CacheConfig" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
BEAN_NAME |
"org.springframework.cache.annotation.AnnotationCacheOperationSource#0" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
FOUR_KB |
4196 |
protected static final int |
GZIP_MAGIC_NUMBER_BYTE_1 |
31 |
protected static final int |
GZIP_MAGIC_NUMBER_BYTE_2 |
-117 |
protected static final long |
ONE_YEAR_IN_SECONDS |
31536000L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
NO_FILTER |
"NO_FILTER" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
X_REQUESTED_WITH |
"X-Requested-With" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
CACHEABLE |
"cacheable" |
protected static final java.lang.String |
EVICT |
"cacheevict" |
protected static final java.lang.String |
UPDATE |
"cacheupdate" |
public static final java.lang.String |
X_CACHED |
"X-Grails-Cached" |