代码搜索:Cache
找到约 10,000 项符合「Cache」的源代码
代码结果 10,000
www.eeworm.com/read/300753/3844942
cache-control
128=No-cache
129=No-store
130=Max-age
131=Max-stale
132=Min-fresh
133=Only-if-cached
134=Public
135=Private
136=No-transform
137=Must-revalidate
138=Proxy-revalidate
139=S-maxage
www.eeworm.com/read/300753/3845070
cache-control
128=No-cache
129=No-store
130=Max-age
131=Max-stale
132=Min-fresh
133=Only-if-cached
134=Public
135=Private
136=No-transform
137=Must-revalidate
138=Proxy-revalidate
139=S-maxage
www.eeworm.com/read/295117/3912178
c cache.c
/* vi: set sw=4 ts=4: */
/*
* cache.c - allocation/initialization/free routines for cache
*
* Copyright (C) 2001 Andreas Dilger
* Copyright (C) 2003 Theodore Ts'o
*
* %Begin-Header%
* This file
www.eeworm.com/read/294038/3922023
c cache.c
/* $Id: cache.c,v 1.4 2000/01/25 00:11:38 prumpf Exp $
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of thi
www.eeworm.com/read/294038/3924727
h cache.h
/*
* include/linux/nfsd/cache.h
*
* Request reply cache. This was heavily inspired by the
* implementation in 4.3BSD/4.4BSD.
*
* Copyright (C) 1995, 1996 Olaf Kirch
*/
#ifn
www.eeworm.com/read/294038/3924857
h cache.h
/*
* linux/include/asm-arm/proc-armv/cache.h
*
* Copyright (C) 1999-2001 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU G
www.eeworm.com/read/294038/3924939
h cache.h
/*
* linux/include/asm-arm/proc-armo/cache.h
*
* Copyright (C) 1999-2001 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU G
www.eeworm.com/read/292741/3941994
java cache.java
package org.j4me.collections;
import java.util.*;
/**
* A least recently used (LRU) cache. Data is
* stored internally in a hashtable, which maps keys to values. Once
* the cache is full