代码搜索:Cache

找到约 10,000 项符合「Cache」的源代码

代码结果 10,000
www.eeworm.com/read/163959/5504352

java cacheprovider.java

//$Id: CacheProvider.java,v 1.5 2005/02/12 07:19:08 steveebersole Exp $ package org.hibernate.cache; import java.util.Properties; /** * Support for pluggable caches. * * @author Gavin King */ pu
www.eeworm.com/read/163959/5504358

java cacheconcurrencystrategy.java

//$Id: CacheConcurrencyStrategy.java,v 1.7 2005/02/12 07:19:08 steveebersole Exp $ package org.hibernate.cache; import java.util.Comparator; /** * Implementors manage transactional access to cached
www.eeworm.com/read/163959/5504359

java updatetimestampscache.java

//$Id: UpdateTimestampsCache.java,v 1.9 2005/03/16 06:01:17 oneovthafew Exp $ package org.hibernate.cache; import java.io.Serializable; import java.util.Iterator; import java.util.Properties; import
www.eeworm.com/read/163959/5504369

java ehcache.java

//$Id: EhCache.java,v 1.9 2005/03/18 02:28:21 oneovthafew Exp $ /* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c)
www.eeworm.com/read/163959/5504377

java readwritecache.java

//$Id: ReadWriteCache.java,v 1.8 2005/03/16 06:01:17 oneovthafew Exp $ package org.hibernate.cache; import java.io.Serializable; import java.util.Comparator; import org.apache.commons.logging.Log; i
www.eeworm.com/read/163959/5504379

java nocacheprovider.java

// $Id: NoCacheProvider.java,v 1.1 2005/04/15 18:19:32 steveebersole Exp $ package org.hibernate.cache; import java.util.Properties; /** * Implementation of NoCacheProvider. * * @author Steve Ebe
www.eeworm.com/read/163959/5504383

java ehcacheprovider.java

//$Id: EhCacheProvider.java,v 1.5 2005/02/12 07:19:08 steveebersole Exp $ /* ==================================================================== * The Apache Software License, Version 1.1 * * Copy
www.eeworm.com/read/163959/5504520

java secondlevelcachestatistics.java

//$Id: SecondLevelCacheStatistics.java,v 1.11 2005/03/23 20:33:33 oneovthafew Exp $ package org.hibernate.stat; import java.io.Serializable; import java.util.HashMap; import java.util.Iterator; impor
www.eeworm.com/read/163959/5504601

java sessionfactoryimplementor.java

//$Id: SessionFactoryImplementor.java,v 1.23 2005/04/05 02:49:32 oneovthafew Exp $ package org.hibernate.engine; import java.util.Map; import javax.transaction.TransactionManager; import org.hibern
www.eeworm.com/read/162634/5515152

java texttable.java

/* Copyright (c) 2001-2005, The HSQL Development Group * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that