set method

void set(
  1. String name,
  2. CachedToolSchema schema
)

Store a schema in the cache.

Implementation

void set(String name, CachedToolSchema schema) {
  _cache[name] = schema;
}