public static interface PreparedQueryCache.Exclusion
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPattern()
The pattern (either the exact query string or a regular expression) that
denotes this exclusion.
|
java.lang.String |
getReason()
Gets the human-readable reason for excluding this query from being cached.
|
boolean |
isStrong()
Affirms if this exclusion is strong i.e.
|
boolean |
matches(java.lang.String id)
Affirms if this exclusion matches the given identifier.
|
boolean isStrong()
java.lang.String getReason()
java.lang.String getPattern()
boolean matches(java.lang.String id)
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.