| 接口 | 说明 |
|---|---|
| Cache |
Cache interface A Cache object is responsible for managing a collection of
cached objects Given an ObjectKey object, a Cache object quickly finds the
corresponding cached object.
|
| Cacheable |
Cacheable don't bind to CacheFactory,
|
| StringKey |
| 类 | 说明 |
|---|---|
| CacheKey |
Instances of the ObjectKey class identify the object that will be fetched
from the cache.
|
| CacheKeyFactory |
different cached object, there is different cache key.
|
| CacheManager |
Cacahe Managerment Pattern
Client objects request objects from a CacheManager object by calling its
fetchObject method.
|
| InstanceCache |
simple instance cache this class can be used cache some components.
|
| StringCacheKeyFactory |
different cached object, there is different cache key.
|
Copyright © 2018. All rights reserved.