More work on sectionable caches.

This commit is contained in:
Taylor Otwell
2012-04-28 22:46:25 -05:00
parent 31106a9211
commit aaeb7bc3be
3 changed files with 43 additions and 43 deletions

View File

@@ -1,6 +1,6 @@
<?php namespace Laravel\Cache\Drivers;
class Memory extends Driver implements Sectionable {
class Memory extends Sectionable {
/**
* The in-memory array of cached items.