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