Modifier and Type | Optional Element and Description |
---|---|
String[] |
keys
Specify the keys to extract parameter/post variables to build the final cache key
|
boolean |
supportPost
In some edge case (e.g.
|
int |
value
Specify cache expiration time in seconds
|
public abstract int value
Specify cache expiration time in seconds
Default value: 60 * 60
, i.e. one hour
public abstract String[] keys
Specify the keys to extract parameter/post variables to build the final cache key
If not supplied then framework will try to iterate through all query parameters to build the cache key
Copyright © 2014–2018 ActFramework. All rights reserved.