Module cache

Source

Structs§

DefaultRegexCacheInst
Default implementation for regex cache. It uses Arc and Mutex to be capable of working among the threads.
RegexCacheError

Enums§

RegexCache
The option to provide a cache for regex

Traits§

RegexCacheInst
A trait that defines the behavior for regex cache