Docs.rs
object-cache-0.1.0
object-cache 0.1.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
dineshnukemars
Dependencies
env_logger ^0.10.0
normal
log ^0.4.17
normal
serde ^1.0.147
normal
serde_json ^1.0.89
normal
sqlx ^0.6.2
normal
tokio ^1.22.0
normal
Versions
0%
of the crate is documented
This release has been yanked, go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
DbCache
Required Methods
get_cache_name
Implementors
In object_cache::app_db
?
Trait
object_cache
::
app_db
::
DbCache
source
·
[
−
]
pub trait DbCache { // Required method fn
get_cache_name
() ->
String
; }
Required Methods
§
source
fn
get_cache_name
() ->
String
Implementors
§