com.jdon.model.query.cache.BlockCacheKeyFactory 好像沒有

jdonfans發表於2007-03-22
CacheKeyFactory 類有註釋

/**
* different cached object, there is different cache key.
* CacheKeyFactory is for creating cache key for different object
*
*
* @author banq
* @version 1.0
* @see {@link com.jdon.model.cache.ModelCacheKeyFactory}
* {@link com.jdon.model.query.cache.BlockCacheKeyFactory}
*/

但在原始碼中找不到這個類,在那個能用的與 jboss, mysql 打包的 jdonFramework.jar 中也沒有,看來 jivejdon 暫時都還沒用到這個類。不過猜它應該很簡單,就是加一個 Block 標識

相關文章