Download the PHP
package codeages/cache-sync without Composer
On this page you can find all versions of the php package
codeages/cache-sync. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
Vendor codeages Package cache-sync Short Description Cache Sync License
MIT
FAQ
After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.
Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.
In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories.
In this case some credentials are needed to access such packages.
Please use the auth.json textarea to insert credentials, if a package is coming from a private repository.
You can look here for more information.
Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
To use Composer is sometimes complicated. Especially for beginners.
Composer needs much resources. Sometimes they are not available on a simple webspace.
If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?
Informations about the package cache-sync
Cache Sync
应用为了解决单数据中心的单点问题,往往会在多数据中心部署。主数据中心的 MySQL 通常会通过 MySQL 复制的方式同步到从数据中心,而通常从数据中心也有 Cache 层,这时 Cache 层无法感知数据库层数据有更新,导致读到旧数据。因此当主数据中心的 MySQL 数据有更新时,需要通知从数据中心清除 Cache,这个项目就是为了这个需求而生。
实现原理
主数据中心更新数据时,同时将需要更新的 Cache Key 记录到 MySQL 的表中,然后通过 MySQL 复制同步到从数据中心。从数据中心启动一个后台服务,查询有更新的 Cache Key 记录,清除Cache Key 或重置 Cache Key 的值。
注意:该方案适用于数据更新不怎么频繁的场景,数据更新频繁可以采用解析 MySQL Binlog 做同步更新 Cache 的方案。
Composer command for our command line client (download client)This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free.Standard composer command
The package codeages/cache-sync contains the following files
Loading the files please wait ....
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.