WpWodify\Cache

Cache Class

Encapsulation of all things related to Caching data

Synopsis

class Cache {
}

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