2017 © Pedro Peláez
 

library cache

Ariadne Component Library: Cache Component

image

arc/cache

Ariadne Component Library: Cache Component

  • Thursday, January 28, 2016
  • by Auke
  • Repository
  • 3 Watchers
  • 1 Stars
  • 205 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Scrutinizer Code Quality Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

A flexible component library for PHP

The Ariadne Component Library is a spinoff from the Ariadne Web Application Framework and Content Management System [ http://www.ariadne-cms.org/ ], (*2)

arc/cache contains

  • cache: a generic cache class and caching proxy object. See docs/cache.md for more information.

Example code:, (*3)

    $cachedObject = \arc\cache::proxy( new heavyClass() );
    $result = $cachedObject->aHeavyCall();

Or a caching http client, using arc-web:, (*4)

    $cachedHTTPClient = \arc\cache::proxy( \arc\http::client(), function($params) {
        return ( \arc\http\headers::parseCacheTime( $params['target']->responseHeaders ) );
    });

The Versions

28/01 2016

dev-master

9999999-dev https://github.com/Ariadne-CMS/arc/wiki

Ariadne Component Library: Cache Component

  Sources   Download

MIT

The Requires

 

The Development Requires

by Auke van Slooten

component components

28/01 2016

1.2.1

1.2.1.0 https://github.com/Ariadne-CMS/arc/wiki

Ariadne Component Library: Cache Component

  Sources   Download

MIT

The Requires

 

The Development Requires

by Auke van Slooten

component components

28/01 2016

1.2

1.2.0.0 https://github.com/Ariadne-CMS/arc/wiki

Ariadne Component Library: Cache Component

  Sources   Download

MIT

The Requires

 

The Development Requires

by Auke van Slooten

component components

02/07 2014

1.1.1

1.1.1.0 https://github.com/Ariadne-CMS/arc/wiki

Ariadne Component Library: Cache Component

  Sources   Download

MIT

The Requires

 

by Auke van Slooten

component components

25/06 2014

1.1

1.1.0.0 https://github.com/Ariadne-CMS/arc/wiki

Ariadne Component Library: Cache Component

  Sources   Download

MIT

The Requires

 

by Auke van Slooten

component components

23/06 2014

1.0.3

1.0.3.0 https://github.com/Ariadne-CMS/arc/wiki

Ariadne Component Library: Cache Component

  Sources   Download

GPL

The Requires

 

by Auke van Slooten

component components

23/06 2014

1.0.2

1.0.2.0 https://github.com/Ariadne-CMS/arc/wiki

Ariadne Component Library: Cache Component

  Sources   Download

GPL

The Requires

 

by Auke van Slooten

component components

21/06 2014

1.0.1

1.0.1.0 https://github.com/Ariadne-CMS/arc/wiki

Ariadne Component Library: Cache Component

  Sources   Download

GPL

The Requires

 

by Auke van Slooten

component components

21/06 2014

1.0

1.0.0.0 https://github.com/Ariadne-CMS/arc/wiki

Ariadne Component Library: Cache Component

  Sources   Download

GPL

The Requires

 

by Auke van Slooten

component components