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