Registry /
utility / carlonicora-minimalism-interface-cache
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
CacheInterface
✓ use Carlonicora\Minimalism\InterfaceCache\CacheInterface;
Implement the cache interface for custom caching logic.
use Carlonicora\Minimalism\InterfaceCache\CacheInterface;
class MyCache implements CacheInterface {
public function get($key) { return null; }
public function set($key, $value, $ttl = null) {}
}
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.