|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface PreparedQueryCache.Exclusion
A structure to describe the strength and reason for excluding a query from the cache.
Method Summary | |
---|---|
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. |
Method Detail |
---|
boolean isStrong()
java.lang.String getReason()
java.lang.String getPattern()
boolean matches(java.lang.String id)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |