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