Namespace ICanBoogie\Storage
Namespaces summary
ICanBoogie\Storage\Codec |
ICanBoogie\Storage\Storage |
Classes summary
APCStorage | A storage using APC. |
CacheCollection | A collection of ICanBoogie\Storage\Cache instances. |
FileStorage | A storage using the file system. |
FileStorageIterator | Iterates through a file storage. |
RedisStorage | A storage using Redis. |
RunTimeStorage | A storage that uses an array to store values. |
StorageCollection | A collection of ICanBoogie\Storage\Storage instances. |
Interfaces summary
Cache | An interface for classes implementing cache capabilities. |
Codec | An interface for classes capable of encoding and decoding data when it is stored and retrieved from a storage. |
Storage | An interface for classes implementing storage capabilities. |