Nachricht
« Zurück
Notable PHP package: ITE PSR-6 Cache - PHP Classes
PHP Classes Notable PHP package ITE PSR6 Cache
From: PHP Classes Notable <list-notable@phpclasses.net>, sent: 13:43:37 - 30.12.2016Notable PHP package: ITE PSR-6 Cache
See what your users see Capture everything, and we mean everything (including the full DOM and console logs), about your customer experience with one easy-to-install script. Try it free! |
Rofl, a PHP package is considered Notable when it does something different that is worth noting.If you have also written Notable packages, contribute them to the PHP Classes site to get your work more exposure. Now you can also win a Big elePHPant as one of the possible prizes you can win every month. Check the complete list of prizes here: List of prizes |
PackageModerator commentPSR-6 is a PHP Standards Recommendation from the FIG (Framework Interoperability Group) that defines a common interfaces for packages that want to implement data caching functionality. This package provides an implementation of the PSR-6 interfaces to store and retrieved cache data in several types of containers like files, session variables and memcached. This way all applications that need a caching package can use interchangeably these or other compatible packages that implement the PSR-6 interfaces. AuthorKiril Savchev GroupsPHP 5, Utilities and Tools, Cache, PSR DescriptionThis package can cache data in several storage containers compliant with PSR-6. It provides several container classes compliant with PSR-6 specification that can store and retrieve data to be cached. Currently it provides container classes for storing data in files, session variables, and memcached. The file cache saves values into files and loads from them if requested and the cache is not expired. The session cache saves values into user session values. It will be cleared after the user session expires. The memcached adapter wraps the native memcached extension. |
Rofl you are getting this message as free service for being a user of the PHP Classes site to which you registered voluntarily using the email address rofldigger@getsend.xyz. If you wish to unsubscribe go to the unsubscribe page. |