ae v0.0.2824 (2020-10-12T01:09:09Z)
Home
Dub
Repo
GitHub.ICache
ae
net
github
rest
GitHub
Undocumented in source.
struct
GitHub
interface
ICache {
string
get
(string key);
void
put
(string key, string value);
}
Members
Functions
get
string
get
(string key)
Undocumented in source.
put
void
put
(string key, string value)
Undocumented in source.
Meta
Source
See Implementation
ae
net
github
rest
GitHub
classes
NoCache
functions
pagedQuery
post
query
interfaces
ICache
structs
CacheEntry
Result
variables
cache
log
token