`giterated_cache` initial implementation
# Giterated Stack - Added the ability for dynamic substack handlers to exist for operations relevant to caching. - Added type metadata to the dynamic types. # Giterated Cache - Created - Implemented caching and fetching from cache. Hell fucking yes!!!! It works so good. Are you snooping in the commit logs because you're curious about the history of giterated? Cool that it got so big... tell me I say hi :)
parent: tbd commit: 86afeef
1 | use get_cached; |
2 | use ; |
3 | use Cache; |
4 | |
5 | use crate cache_updated; |
6 | |
7 | |
8 | |
9 | |
10 | // use giterated_stack::{ObjectValuePair, SubstackBuilder}; |
11 | // use moka::future::Cache; |
12 | // use serde_json::Value; |
13 | |
14 | |
15 | |
16 | object: String, |
17 | value_name: String, |
18 | |
19 | |
20 | |
21 | |
22 | cache: , |
23 | |
24 | |
25 | |
26 | |
27 | Self |
28 | cache: new, |
29 | |
30 | |
31 | |
32 | |
33 | |
34 | |
35 | let mut stack = new; |
36 | |
37 | stack.value_change; |
38 | stack.dynamic_value; |
39 | |
40 | stack |
41 | |
42 | |
43 |