[][src]Module indyrs::cache

Functions

_get_cred_def
_get_schema
get_cred_def

Get credential definition json data for specified credential definition id. If data is present inside of cache, cached data is returned. Otherwise data is fetched from the ledger and stored inside of cache for future use.

get_schema

Get schema json data for specified schema id. If data is present inside of cache, cached data is returned. Otherwise data is fetched from the ledger and stored inside of cache for future use.

purge_cred_def_cache

Purge credential definition cache.

purge_schema_cache

Purge schema cache.