Toggle navigation
Home
java.lang.String to org.apache.tomcat.jdbc.pool.interceptor.StatementCache.CacheKey
No. of Instances - 6
No. of Commits - 1
No. of Projects - {'tomcat'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
proxy.getSql()
to
proxy.getCacheKey()
cache.containsKey(proxy.getSql())
to
cache.containsKey(proxy.getCacheKey())
cache.remove(proxy.getSql())
to
cache.remove(proxy.getCacheKey())