db_flush_cache (public)
db_flush_cache [ -cache_key_pattern cache_key_pattern ] \ [ -cache_pool cache_pool ]
Defined in packages/acs-tcl/tcl/01-database-procs.tcl
Flush the given cache of entries with keys that match the given pattern.
- Switches:
- -cache_key_pattern (optional, defaults to
"*"
)- The "string match" pattern used to flush keys (default is to flush all entries)
- -cache_pool (optional, defaults to
"db_cache_pool"
)- The pool to flush (default is to flush db_cache_pool)
- Author:
- Don Baccus <dhogasa@pacifier.com>
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- db__caching