Skip to content

Commit a700da4

Browse files
author
anaumenko
committed
RedisNoSQL is lazy now
1 parent b709c8a commit a700da4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

core/Cache/ListGenerator.class.php

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?php
2+
/***************************************************************************
3+
* Copyright (C) 2012 by Artem Naumenko *
4+
* *
5+
* This program is free software; you can redistribute it and/or modify *
6+
* it under the terms of the GNU Lesser General Public License as *
7+
* published by the Free Software Foundation; either version 3 of the *
8+
* License, or (at your option) any later version. *
9+
* *
10+
***************************************************************************/
11+
12+
/**
13+
* @param string $key
14+
*
15+
* @return Listable
16+
*/
17+
18+
interface ListGenerator
19+
{
20+
public function fetchList($key);
21+
}

0 commit comments

Comments
 (0)