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:
CSV Formatter
,Google Gemini
,Local File Sink
,Keypoint Detection Model
,Model Monitoring Inference Aggregator
,Florence-2 Model
,OCR Model
,Stitch OCR Detections
,Llama 3.2 Vision
,OpenAI
,Roboflow Dataset Upload
,VLM as Classifier
,Clip Comparison
,LMM
,Twilio SMS Notification
,Roboflow Dataset Upload
,Florence-2 Model
,Google Vision OCR
,Single-Label Classification Model
,OpenAI
,OpenAI
,CogVLM
,Slack Notification
,VLM as Detector
,Anthropic Claude
,Instance Segmentation Model
,Object Detection Model
,Roboflow Custom Metadata
,Multi-Label Classification Model
,Webhook Sink
,Email Notification
,LMM For Classification
- outputs:
Image Contours
,Line Counter
,Stability AI Inpainting
,Corner Visualization
,CSV Formatter
,Google Gemini
,Model Monitoring Inference Aggregator
,Florence-2 Model
,Expression
,YOLO-World Model
,SIFT Comparison
,Property Definition
,JSON Parser
,PTZ Tracking (ONVIF)
.md),Image Convert Grayscale
,Byte Tracker
,Pixelate Visualization
,Dominant Color
,Model Comparison Visualization
,Detections Stitch
,Trace Visualization
,Path Deviation
,Velocity
,Twilio SMS Notification
,Bounding Rectangle
,Label Visualization
,Classification Label Visualization
,Blur Visualization
,Moondream2
,Template Matching
,Bounding Box Visualization
,Anthropic Claude
,Pixel Color Count
,Detection Offset
,Polygon Zone Visualization
,VLM as Classifier
,Gaze Detection
,Image Slicer
,Image Slicer
,Cache Get
,Crop Visualization
,Perspective Correction
,Dot Visualization
,QR Code Detection
,Mask Visualization
,Local File Sink
,Absolute Static Crop
,Image Blur
,OpenAI
,Path Deviation
,Detections Merge
,Distance Measurement
,Triangle Visualization
,Background Color Visualization
,SIFT Comparison
,CLIP Embedding Model
,Florence-2 Model
,Camera Calibration
,Image Threshold
,Single-Label Classification Model
,Buffer
,OpenAI
,Rate Limiter
,CogVLM
,Keypoint Detection Model
,SIFT
,Grid Visualization
,Stitch Images
,Identify Outliers
,Stability AI Outpainting
,Size Measurement
,Polygon Visualization
,Barcode Detection
,Byte Tracker
,Delta Filter
,LMM For Classification
,Detections Consensus
,Time in Zone
,Line Counter Visualization
,Reference Path Visualization
,Keypoint Detection Model
,Continue If
,Circle Visualization
,Llama 3.2 Vision
,OCR Model
,Relative Static Crop
,Dimension Collapse
,Roboflow Dataset Upload
,Dynamic Zone
,Detections Classes Replacement
,Multi-Label Classification Model
,Object Detection Model
,LMM
,Roboflow Dataset Upload
,Depth Estimation
,Perception Encoder Embedding Model
,OpenAI
,Color Visualization
,Ellipse Visualization
,Instance Segmentation Model
,Detections Transformation
,Object Detection Model
,Roboflow Custom Metadata
,VLM as Detector
,Halo Visualization
,Cache Set
,Detections Stabilizer
,Keypoint Visualization
,SmolVLM2
,Stitch OCR Detections
,Line Counter
,Clip Comparison
,Cosine Similarity
,VLM as Classifier
,Qwen2.5-VL
,Clip Comparison
,Byte Tracker
,Identify Changes
,Instance Segmentation Model
,Data Aggregator
,Overlap Filter
,Segment Anything 2 Model
,Google Vision OCR
,Image Preprocessing
,Slack Notification
,VLM as Detector
,Stability AI Image Generation
,First Non Empty Or Default
,Camera Focus
,Multi-Label Classification Model
,Webhook Sink
,Dynamic Crop
,Time in Zone
,Email Notification
,Single-Label Classification Model
,Detections Filter
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"
}