| 程序包 | 说明 |
|---|---|
| com.pop.easycache.cache | |
| com.pop.easycache.factory | |
| com.pop.easycache.interceptor | |
| com.pop.easycache.interceptor.handler | |
| com.pop.easycache.proxy |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CacheImpl
Created by xugang on 17/6/21.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Cache |
CacheFactoryImlp.getCache() |
Cache |
CacheFactory.getCache() |
| 构造器和说明 |
|---|
CacheInterceptor(Cache cache,
Serialize serialize) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
NeedCacheHandler.handle(Cache cache,
Serialize serialize,
Object target,
Method method,
Object[] args,
net.sf.cglib.proxy.MethodProxy methodProxy) |
abstract Object |
CacheHandler.handle(Cache cache,
Serialize serialize,
Object target,
Method method,
Object[] args,
net.sf.cglib.proxy.MethodProxy methodProxy) |
Object |
CacheFlushHandler.handle(Cache cache,
Serialize serialize,
Object target,
Method method,
Object[] args,
net.sf.cglib.proxy.MethodProxy methodProxy) |
| 构造器和说明 |
|---|
CacheCglibProxy(Cache cache,
Serialize serialize) |
Copyright © 2017. All rights reserved.