🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "invalidation"

Found 5 matching component(s)

  • function get_cache_buster

    Returns a cache-busting string that varies based on the application mode: current timestamp in debug mode or a static version string in production mode.

    File: /tf/active/vicechatdev/vice_ai/complex_app.py

    cache-busting web-development static-assets versioning flask
  • function debug_cache_info

    Flask debug endpoint that provides comprehensive cache busting information including static file versions, modification times, and cache buster values.

    File: /tf/active/vicechatdev/vice_ai/app.py

    flask debug cache-busting static-files endpoint
  • function add_manual_relationship

    Flask route handler that adds a manually specified database relationship to the schema and clears the schema cache to force reload with the new relationship.

    File: /tf/active/vicechatdev/full_smartstat/app.py

    flask api-endpoint database-schema relationship-management manual-configuration
  • function refresh_database_schema

    Flask route endpoint that forces a refresh of the database schema by invoking the schema discovery service with LLM-generated descriptions.

    File: /tf/active/vicechatdev/full_smartstat/app.py

    flask api-endpoint database schema-discovery llm
  • function invalidate_cache

    Asynchronous function that invalidates the cache by resetting the refresh deadline of the client to None.

    File: /tf/active/vicechatdev/rmcl/api.py

    cache invalidation async client-management refresh

Search Examples