News Feed
Jobs Feed
Sections




News Archive
DevShed:
Cache Data in RAM with PHP
June 08, 2011 @ 10:48:23

DevShed has posted a new article in their series looking at storage interfaces and how to use them. In this latest article they show how to create a caching layer that will allow you to work with any sort of caching backend you'd like.

As with other elements of object-oriented programming, it's possible to use segregated interfaces in a great variety of scenarios and conditions and, therefore, enjoy the benefits that they provide right out of the box. [...] My goal in this article is to create an extendable caching system based on the contract defined by a segregated interface. To achieve this, the first step we need to take is to create the interface in question.

He shows how to create the "CacheableInterface" that provides the structure for the child interfaces to follow. It provides methods for setting, getting, deleting and checking to see if a key exists. They illustrate its use with an interface to an APC cache, a file caching and a class that uses dependency injection to define the interface to use.

0 comments voice your opinion now!
caching data ram tutorial apc filesystem interface


blog comments powered by Disqus

Similar Posts

Fernando Bassani's Blog: Putting the PHP/Java Bridge to work - I

Benjamin Schneider's Blog: Use PHP's Tidy extension to validate your (X)HTML markup

Simas Toleikis' Blog: Writing a PHP daemon application

Web Builder Zone: Real-life closures examples...for real

DevShed: Introducing the Composite Pattern in PHP 5


Community Events









Don't see your event here?
Let us know!


composer example community podcast api zendframework2 interview language conference opinion framework testing object functional development release tool introduction event code

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework