root/trunk/src/main/php/net/stubbles/util/cache/stubCacheInitializer.php

Revision 1537, 442 bytes (checked in by mikey, 1 month ago)

refactoring #139, part 3: moved net::stubbles::stubInitializer to net::stubbles::initializer::stubInitializer

Line 
1 <?php
2 /**
3  * Marker interface for initializing the cache.
4  *
5  * @author      Frank Kleine <mikey@stubbles.net>
6  * @package     stubbles
7  * @subpackage  util_cache
8  */
9 stubClassLoader::load('net::stubbles::lang::initializer::stubInitializer');
10 /**
11  * Marker interface for initializing the cache.
12  *
13  * @package     stubbles
14  * @subpackage  util_cache
15  */
16 interface stubCacheInitializer extends stubInitializer
17 {
18     // intentionally empty
19 }
20 ?>
Note: See TracBrowser for help on using the browser.