public abstract class SonicCacheInterceptor
extends java.lang.Object
SonicCacheInterceptor
provide local data.
if a SonicSessionConfig
does not set a sonicCacheInterceptor
sonic will use SonicCacheInterceptorDefaultImpl
as default.限定符和类型 | 字段和说明 |
---|---|
static java.lang.String |
TAG |
构造器和说明 |
---|
SonicCacheInterceptor(SonicCacheInterceptor next) |
限定符和类型 | 方法和说明 |
---|---|
abstract java.lang.String |
getCacheData(SonicSession session) |
SonicCacheInterceptor |
next() |
public static final java.lang.String TAG
public SonicCacheInterceptor(SonicCacheInterceptor next)
public SonicCacheInterceptor next()
public abstract java.lang.String getCacheData(SonicSession session)