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