代码搜索:Cache
找到约 10,000 项符合「Cache」的源代码
代码结果 10,000
www.eeworm.com/read/303099/3816902
php cache.php
# $Id: $
#
# osCommerce, Open Source E-Commerce Solutions
# http://www.oscommerce.com
#
# Copyright (c) 2007 osCommerce
#
# This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/303099/3816941
php cache.php
# $Id: $
#
# osCommerce, Open Source E-Commerce Solutions
# http://www.oscommerce.com
#
# Copyright (c) 2007 osCommerce
#
# This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/302839/3823226
hh cache.hh
/*
* Copyright (c) 2004, 2005
* The Regents of The University of Michigan
* All Rights Reserved
*
* This code is part of the M5 simulator.
*
* Permission is granted to use, copy, create derivat
www.eeworm.com/read/302839/3823238
hh cache.hh
/*
* Copyright (c) 2002, 2003, 2004, 2005
* The Regents of The University of Michigan
* All Rights Reserved
*
* This code is part of the M5 simulator.
*
* Permission is granted to use, copy, cr
www.eeworm.com/read/302839/3823241
cc cache.cc
/*
* Copyright (c) 2004, 2005
* The Regents of The University of Michigan
* All Rights Reserved
*
* This code is part of the M5 simulator.
*
* Permission is granted to use, copy, create derivat
www.eeworm.com/read/301781/3836412
ccf cache.ccf
# DEFAULT CACHE REGION (memory cache)
jcs.default=DC
jcs.default.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes
jcs.default.cacheattributes.MaxObjects=2000
jcs.default.cacheattributes.
www.eeworm.com/read/301781/3836605
java cache.java
//$Id: Cache.java,v 1.5.2.5 2003/11/16 09:20:24 oneovthafew Exp $
package net.sf.hibernate.cache;
/**
* Implementors define a caching algorithm. All implementors
* must be threadsafe.
*/
pu