Download the PHP package lachlanarthur/psr16-wordpress-transients without Composer
On this page you can find all versions of the php package lachlanarthur/psr16-wordpress-transients. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lachlanarthur/psr16-wordpress-transients
More information about lachlanarthur/psr16-wordpress-transients
Files in lachlanarthur/psr16-wordpress-transients
Download lachlanarthur/psr16-wordpress-transients
More information about lachlanarthur/psr16-wordpress-transients
Files in lachlanarthur/psr16-wordpress-transients
Vendor lachlanarthur
Package psr16-wordpress-transients
Short Description Use WordPress transients as a PSR-16 cache.
License MIT
Package psr16-wordpress-transients
Short Description Use WordPress transients as a PSR-16 cache.
License MIT
Please rate this library. Is it a good library?
Informations about the package psr16-wordpress-transients
Use the WordPress transient API as a PSR-16 cache
NOTES
-
This cache cannot store
null
orfalse
. This is because the WP transient API returnsfalse
for a cache miss, and the PSR-16 spec must returnnull
for a cache miss. - Key length is restricted to 172 characters, including the prefix.
All versions of psr16-wordpress-transients with dependencies
PHP Build Version
Package Version
Requires
psr/simple-cache Version
^1.0
The package lachlanarthur/psr16-wordpress-transients contains the following files
Loading the files please wait ....