Module is.codion.framework.db.core
Package is.codion.framework.db
Interface EntityConnection.QueryCache
- All Superinterfaces:
AutoCloseable
- Enclosing interface:
EntityConnection
A scoped query cache. Closing clears the cache and disables caching.
Closing an already closed instance has no effect.
- See Also:
-
Method Summary
-
Method Details
-
close
void close()- Specified by:
closein interfaceAutoCloseable
-