🔍 Code Extractor

Search Components

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

Search Results for "caching"

Found 28 matching component(s)

  • class SyncDiagnostics

    A diagnostic class that analyzes and reports on synchronization issues between SharePoint and FileCloud, identifying missing files and root causes of sync failures.

    File: /tf/active/vicechatdev/SPFCsync/deep_diagnostics.py

    diagnostics sync-analysis sharepoint filecloud troubleshooting
  • function get_or_create_session

    Retrieves an existing chat session by ID or creates a new one if it doesn't exist, with thread-safe access and persistent storage support.

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

    session-management chat thread-safe persistence caching
  • class DocChatRAG

    Main RAG engine with three operating modes: 1. Basic RAG (similarity search) 2. Extensive (full document retrieval with preprocessing) 3. Full Reading (process all documents)

    File: /tf/active/vicechatdev/docchat/rag_engine.py

    class docchatrag
  • function touch_static_files

    Updates the modification timestamp of CSS and JavaScript files in a static directory to force browser cache refresh.

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

    cache-busting static-files file-system deployment development-tools
  • function check_debug_endpoint

    Queries a debug endpoint to retrieve and display cache information from a web server, including debug mode status, cache buster values, and static file versions.

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

    debugging cache monitoring http web-server
  • 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 inject_cache_buster

    Flask context processor that injects cache busting variables into all Jinja2 templates to prevent browser caching of static assets.

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

    flask context-processor cache-busting template-injection static-assets
  • function add_cache_headers

    A Flask after_request decorator function that adds HTTP cache control headers to responses based on the application's debug mode, content type, and request endpoint.

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

    flask http-headers caching cache-control middleware
  • function get_document_v9

    Retrieves a document by its ID from an in-memory cache or loads it from persistent storage if not cached.

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

    document-retrieval caching thread-safe memory-cache persistence
  • function get_chat_session

    Retrieves a chat session by its unique session ID, first checking an in-memory cache, then falling back to loading from persistent file storage if not found in memory.

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

    chat session-management caching thread-safe persistence
  • function add_cache_headers_v1

    Flask after_request decorator function that adds HTTP cache control headers to responses based on debug mode, endpoint type, and request path.

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

    flask http-headers caching cache-control middleware
  • function cache_result

    A decorator factory that creates a caching decorator for function results with a configurable time-to-live (TTL). Currently a placeholder implementation that passes through function calls without actual caching.

    File: /tf/active/vicechatdev/CDocs/controllers/__init__.py

    decorator caching performance memoization ttl
  • class DynamicSchemaDiscovery

    Discovers database schema from live database connection

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

    class dynamicschemadiscovery
  • function get_database_schema

    Flask route handler that retrieves and returns comprehensive database schema information, including tables, columns, relationships, and statistics.

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

    flask api-endpoint database schema metadata
  • class _state

    A global state management class that tracks and manages the state of running Panel applications, including server information, session data, busy status, and various application-level resources.

    File: /tf/active/vicechatdev/patches/state.py

    state-management global-state session-management server-management caching
  • class HashableJSON

    A JSON encoder extension that generates hashable string representations for a wide variety of Python objects, including those not normally JSON-serializable like sets, numpy arrays, and pandas DataFrames.

    File: /tf/active/vicechatdev/patches/util.py

    json hashing serialization memoization caching
  • function deephash

    Computes a hash value for any Python object by serializing it to JSON using a custom HashableJSON encoder and returning the hash of the resulting string.

    File: /tf/active/vicechatdev/patches/util.py

    hashing serialization json object-comparison caching
  • class sanitize_identifier_fn

    A parameterized function class that sanitizes strings (group/label values) to make them safe for use as Python attribute names in AttrTree structures by converting special characters to their unicode names and applying transformations.

    File: /tf/active/vicechatdev/patches/util.py

    sanitization identifier unicode string-processing attribute-names
  • class Callable

    Callable is a wrapper class for callback functions used with DynamicMaps, providing memoization, stream management, and input/output tracking capabilities.

    File: /tf/active/vicechatdev/patches/spaces.py

    callback wrapper memoization caching dynamic-visualization
  • function dynamicmap_memoization

    A context manager that temporarily controls memoization behavior of a callable object based on the state of associated streams, disabling memoization when transient streams are triggering.

    File: /tf/active/vicechatdev/patches/spaces.py

    context-manager memoization caching streams dynamic-map
  • class DynamicMap

    A DynamicMap is a type of HoloMap where the elements are dynamically generated by a callable. The callable is invoked with values associated with the key dimensions or with values supplied by stream parameters.

    File: /tf/active/vicechatdev/patches/spaces.py

    class dynamicmap
  • class DocumentDownloader

    A client class for downloading documents (primarily PDFs) from various sources, managing download caching, respecting rate limits per domain, and processing documents using llmsherpa for content extraction.

    File: /tf/active/vicechatdev/QA_updater/data_access/document_downloader.py

    document-download pdf-processing rate-limiting caching llmsherpa
  • 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
  • class Item

    Base class representing an item (document or folder) in a reMarkable cloud storage system, providing methods for metadata management, file operations, and synchronization.

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

    remarkable cloud-storage document-management async metadata
  • class Document_v1

    Document class represents a reMarkable document file, extending the Item class to provide document-specific operations like content extraction, uploading, and rendering with annotations.

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

    document remarkable pdf epub annotation
  • function _get_conn

    Lazy initialization function that returns a singleton SQLite database connection, creating the database and required table schema if they don't exist.

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

    database sqlite singleton connection-management caching
  • function set_property

    Inserts or updates a property value for a specific file ID and version in a SQLite database table named 'filedata'.

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

    database sqlite persistence cache metadata
  • class RemarkableCloudManager

    Unified manager for reMarkable Cloud operations that uses REST API as primary method with rmcl library as fallback, handling authentication, file operations, and folder management.

    File: /tf/active/vicechatdev/e-ink-llm/remarkable_cloud.py

    remarkable cloud-storage e-ink document-management async

Search Examples