WpWodify\Cache
Cache Class
Encapsulation of all things related to Caching data
- Author: Cory Collier <corycollier@corycollier.com>
Synopsis
Coverage
Methods | 100% | 3 / 3 |
Lines | 100% | 9 / 9 |
Methods
public
- create_identifier() — Creates a ID from an array of parameters.
- get() — Gets a cache value for a given name value.
- set() — Setter for the cache.
History
-
2015-12-31T05:49:44-05:00 (commit #307c02c)
Author: Cory Collier (corycollier@corycollier.com) / Commiter: Cory Collier (corycollier@corycollier.com)
Moving classes around to conform with WP coding standards regarding the naming convention of class files
-
2015-12-31T05:47:14-05:00 (commit #43a6d30)
Author: Cory Collier (corycollier@corycollier.com) / Commiter: Cory Collier (corycollier@corycollier.com)
Adding an Overlord (to rule all things), and a loader class. Also introducting an installer class. Updating other code to conform to WP coding standards (which, I personally don't agree with, but hey, whatevs)
-
2015-12-31T05:01:32-05:00 (commit #dc865c1)
Author: Cory Collier (corycollier@corycollier.com) / Commiter: Cory Collier (corycollier@corycollier.com)
Wordpress coding standards updates. Changing the base class for exceptions to ErrorException
-
2015-12-30T17:20:06-05:00 (commit #4e6c550)
Author: Cory Collier (corycollier@corycollier.com) / Commiter: Cory Collier (corycollier@corycollier.com)
First commit of the major rewrite. Changing to a composer-type package setup. Will be much more OO oriented