ICanBoogie/Storage 1.2.x
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • Storage

Classes

  • APCStorage
  • CacheCollection
  • FileStorage
  • FileStorageIterator
  • RedisStorage
  • RunTimeStorage
  • StorageCollection

Interfaces

  • Cache
  • Storage

Traits

  • ArrayAccessTrait

Class CacheCollection

A collection of ICanBoogie\Storage\Cache instances.

ICanBoogie\Storage\CacheCollection implements ICanBoogie\Storage\Cache

Direct known subclasses

ICanBoogie\Storage\StorageCollection

Namespace: ICanBoogie\Storage
Package: ICanBoogie\Storage
Located at CacheCollection.php

Methods summary

public
# __construct( array $collection )
public boolean
# exists( $key )

Parameters

$key

Returns

boolean
true if the key exists, false otherwise.

Inheritdoc

Implementation of

ICanBoogie\Storage\Cache::exists()
public mixed
# retrieve( string $key )

Parameters

$key
The key of the value.

Returns

mixed

Inheritdoc

Implementation of

ICanBoogie\Storage\Cache::retrieve()

Properties summary

protected ICanBoogie\Storage\Cache[] $collection
# []
ICanBoogie/Storage 1.2.x API documentation generated by ApiGen