Cache Get¶
Class: CacheGetBlockV1
Source: inference.core.workflows.core_steps.cache.cache_get.v1.CacheGetBlockV1
Fetches a previously stored value from a cache entry.
Use the Cache Set
block to store values in the cache.
Type identifier¶
Use the following identifier in step "type"
field: roboflow_core/cache_get@v1
to add the block as
as step in your workflow.
Properties¶
Name | Type | Description | Refs |
---|---|---|---|
name |
str |
Enter a unique identifier for this step.. | ❌ |
key |
str |
The key of the cache entry to fetch.. | ✅ |
The Refs column marks possibility to parametrise the property with dynamic values available
in workflow
runtime. See Bindings for more info.
Available Connections¶
Compatible Blocks
Check what blocks you can connect to Cache Get
in version v1
.
- inputs:
Local File Sink
,Webhook Sink
,LMM For Classification
,VLM as Classifier
,OpenAI
,Object Detection Model
,LMM
,Florence-2 Model
,Florence-2 Model
,OpenAI
,Roboflow Custom Metadata
,Multi-Label Classification Model
,CogVLM
,EasyOCR
,Model Monitoring Inference Aggregator
,Anthropic Claude
,Stitch OCR Detections
,OpenAI
,Slack Notification
,Keypoint Detection Model
,Google Vision OCR
,Twilio SMS Notification
,Roboflow Dataset Upload
,Email Notification
,Instance Segmentation Model
,Clip Comparison
,OCR Model
,Llama 3.2 Vision
,Google Gemini
,VLM as Detector
,Roboflow Dataset Upload
,CSV Formatter
,Single-Label Classification Model
- outputs:
Byte Tracker
,Distance Measurement
,Time in Zone
,Dot Visualization
,Blur Visualization
,Perspective Correction
,Clip Comparison
,Delta Filter
,OpenAI
,Keypoint Detection Model
,EasyOCR
,Stability AI Outpainting
,VLM as Classifier
,Twilio SMS Notification
,Continue If
,Google Vision OCR
,Roboflow Dataset Upload
,Email Notification
,Instance Segmentation Model
,Image Convert Grayscale
,Llama 3.2 Vision
,Detections Stabilizer
,Bounding Box Visualization
,Rate Limiter
,Reference Path Visualization
,Image Preprocessing
,Local File Sink
,First Non Empty Or Default
,OpenAI
,Image Slicer
,Cosine Similarity
,Detections Stitch
,SIFT Comparison
,Velocity
,Dominant Color
,Object Detection Model
,Buffer
,Stability AI Image Generation
,SmolVLM2
,Dimension Collapse
,Cache Get
,SIFT Comparison
,Roboflow Custom Metadata
,Model Comparison Visualization
,Dynamic Zone
,Line Counter
,Time in Zone
,QR Code Detection
,Polygon Visualization
,Relative Static Crop
,Slack Notification
,JSON Parser
,Triangle Visualization
,YOLO-World Model
,Single-Label Classification Model
,Detections Classes Replacement
,Data Aggregator
,Bounding Rectangle
,Circle Visualization
,Label Visualization
,Google Gemini
,VLM as Detector
,Multi-Label Classification Model
,Detections Merge
,CSV Formatter
,Path Deviation
,Detections Consensus
,Moondream2
,Segment Anything 2 Model
,Expression
,VLM as Classifier
,LMM For Classification
,Polygon Zone Visualization
,Identify Outliers
,Morphological Transformation
,Size Measurement
,Corner Visualization
,LMM
,Pixel Color Count
,PTZ Tracking (ONVIF)
.md),Florence-2 Model
,Grid Visualization
,Image Threshold
,Florence-2 Model
,Halo Visualization
,Multi-Label Classification Model
,Detections Combine
,CogVLM
,Detection Offset
,Byte Tracker
,Line Counter Visualization
,Perception Encoder Embedding Model
,Stitch OCR Detections
,VLM as Detector
,Keypoint Detection Model
,Identify Changes
,CLIP Embedding Model
,Camera Focus
,SIFT
,Clip Comparison
,Image Slicer
,Keypoint Visualization
,Template Matching
,OCR Model
,Line Counter
,Instance Segmentation Model
,Dynamic Crop
,Roboflow Dataset Upload
,Mask Visualization
,Qwen2.5-VL
,Background Color Visualization
,Webhook Sink
,Camera Calibration
,Depth Estimation
,QR Code Generator
,Time in Zone
,Property Definition
,Trace Visualization
,Detections Transformation
,Contrast Equalization
,Byte Tracker
,Cache Set
,Crop Visualization
,Overlap Filter
,Object Detection Model
,Pixelate Visualization
,Model Monitoring Inference Aggregator
,Gaze Detection
,Anthropic Claude
,Barcode Detection
,Image Contours
,OpenAI
,Path Deviation
,Detections Filter
,Classification Label Visualization
,Image Blur
,Absolute Static Crop
,Stability AI Inpainting
,Icon Visualization
,Ellipse Visualization
,Color Visualization
,Single-Label Classification Model
,Stitch Images
Input and Output Bindings¶
The available connections depend on its binding kinds. Check what binding kinds
Cache Get
in version v1
has.
Bindings
Example JSON definition of step Cache Get
in version v1
{
"name": "<your_step_name_here>",
"type": "roboflow_core/cache_get@v1",
"image": "$inputs.image",
"key": "my_cache_key"
}