2017 © Pedro Peláez
 

library temporary-cache-service

Small service that provides the ability to temporarily cache data

image

stevenbuehner/temporary-cache-service

Small service that provides the ability to temporarily cache data

  • Saturday, August 27, 2016
  • by stevenbuehner
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

TemporaryCacheService

A small Service to temporarily cache data., (*1)

It offers the functions:, (*2)

/**
 * @param bool $key
 */
public function hasCache($key;

/**
 * @param mixed $key
 * @return mixed
 * @throws CacheKeyDoesNotExistException
 */
public function getCache($key);

/**
 * @param mixed $key
 * @param mixed $value
 * @return mixed $value
 */
public function setCache($key, $value);

/**
 * Clears the cache of the given key if it does exist
 * @param mixed $key
 */
public function clearCache($key);

The Versions

27/08 2016

dev-master

9999999-dev

Small service that provides the ability to temporarily cache data

  Sources   Download

MIT

The Requires

  • php >5.3

 

The Development Requires

by Steven Buehner

27/08 2016

1.1

1.1.0.0

Small service that provides the ability to temporarily cache data

  Sources   Download

MIT

The Requires

  • php >5.3

 

The Development Requires

by Steven Buehner

27/08 2016

0.3

0.3.0.0

Small service that provides the ability to temporarily cache data

  Sources   Download

MIT

The Development Requires

by Steven Buehner

27/08 2016

1.0

1.0.0.0

Small service that provides the ability to temporarily cache data

  Sources   Download

MIT

The Development Requires

by Steven Buehner

27/08 2016

0.2

0.2.0.0

Small service that provides the ability to temporarily cache data

  Sources   Download

MIT

The Development Requires

by Steven Buehner

14/04 2016

0.1

0.1.0.0

Small service that provides the ability to temporarily cache data

  Sources   Download

MIT

by Steven Buehner