13 lines
364 B
YAML
13 lines
364 B
YAML
name: dsr_simple_cache
|
|
description: A PSR-16 compatible simple cache interface for Dart. Provides standardized interfaces for basic caching operations with support for TTL, multiple operations, and proper error handling.
|
|
version: 0.0.1
|
|
homepage: https://dart-fig.org
|
|
|
|
environment:
|
|
sdk: ^3.4.2
|
|
|
|
dependencies: {}
|
|
|
|
dev_dependencies:
|
|
lints: ^3.0.0
|
|
test: ^1.24.0
|