File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ to let you know your problem in earlier.
2525
2626# Usage
2727
28+ ` composer require ihipop/psr-null-cache `
29+
2830 In your ` __construction ` or ` DI container ` initialization
2931 ```
3032 ///...
@@ -34,4 +36,4 @@ $logger = new \ihipop\PsrNullCache\SimpleCache\NullCache(false);
3436
3537# CacheInterfaceProxy
3638
37- Use this trait when you want a quick implementation of PSR ` CacheInterface ` quickly via a Proxy class.
39+ Use this trait when you want a quick implementation of PSR ` CacheInterface ` quickly via a Proxy class.
Original file line number Diff line number Diff line change 11NullCache | [ ENGLISH] ( README.md )
22----
33
4- 本包是、 ` Null ` implementation of PSR-16 ` SimpleCache ` with ` Basic data validation `
4+ This Package Is a ` Null ` implementation of PSR-16 ` SimpleCache ` with ` Basic data validation `
55
66# Why this Package ?
77
@@ -25,6 +25,8 @@ to let you know your problem in earlier.
2525
2626# Usage
2727
28+ ` composer require ihipop/psr-null-cache `
29+
2830 In your ` __construction ` or ` DI container ` initialization
2931 ```
3032 ///...
@@ -34,4 +36,4 @@ $logger = new \ihipop\PsrNullCache\SimpleCache\NullCache(false);
3436
3537# CacheInterfaceProxy
3638
37- Use this trait when you want a quick implementation of PSR ` CacheInterface ` quickly via a Proxy class.
39+ Use this trait when you want a quick implementation of PSR ` CacheInterface ` quickly via a Proxy class.
You can’t perform that action at this time.
0 commit comments