KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > jofti > cache > CacheAdapter


1 /*
2  * Created on Jun 5, 2005
3  *
4  */

5 package com.jofti.cache;
6
7 import com.jofti.api.IndexCache;
8
9 /**
10  *
11  * The base interface that any IndexCache adapter must extend.<p>
12  *
13  * @author Steve Woodcock<br>
14  */

15 public interface CacheAdapter extends IndexCache, LifeCycleAdapter {
16
17 }
18
Popular Tags