Crate cached [−] [src]
Reexports
pub use stores::*; |
Modules
macros |
Macro(s) for defining functions that wrap a static-ref cache object. |
stores |
Implementation of various caches |
Macros
cached |
Creates a function wrapping a cache.
There are several options for specifying a cache-type.
1.) Use the default unbounded cache
```rust,ignore
cached!{CACHE_NAME >>
func_name(arg1: arg1_type, arg2: arg2_type) -> return_type = {
|
Traits
Cached |
Functions
enforce_cached_impl |
Blank |