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