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