代码搜索:Cache
找到约 10,000 项符合「Cache」的源代码
代码结果 10,000
www.eeworm.com/read/166998/5471440
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/165030/5485534
java cache.java
package com.micromethod.sipstack.ri;
/**
* Cache
*/
public class Cache {
public static final byte a = -1;
public static final byte _fldtry = 1;
public static final byte _fldif =
www.eeworm.com/read/164098/5499242
c cache.c
#include "armdefs.h"
/* mmu cache init
*
* @cache_t :cache_t to init
* @width :cache line width in byte
* @way :way of each cache set
* @set :cache set num
*
* $ -1: error
* 0:
www.eeworm.com/read/164098/5499243
h cache.h
#ifndef _MMU_CACHE_H_
#define _MMU_CACHE_H_
typedef struct cache_line_t
{
ARMword tag; /* cache line align address |
bit2: last half dirty
bit1: first half dirty
www.eeworm.com/read/163959/5504350
java cache.java
//$Id: Cache.java,v 1.6 2005/03/16 06:01:15 oneovthafew Exp $
package org.hibernate.cache;
import java.util.Map;
/**
* Implementors define a caching algorithm. All implementors
* must be th
www.eeworm.com/read/163186/5511239
cache config.cache
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs. It is not useful on other systems
www.eeworm.com/read/162634/5515245
java cache.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
www.eeworm.com/read/350432/3126453
java cache.java
package com.laoer.blog.service.cache;
/**
* Title: 天乙博客
*
* Description: 天乙博客系统
*
* Copyright: Copyright (c) 2005
*
* Company: Laoer.com
*
* @author la
www.eeworm.com/read/350097/3127922
c cache.c
/* $Id: cache.c,v 1.10 2000/03/07 11:58:34 gniibe Exp $
*
* linux/arch/sh/mm/cache.c
*
* Copyright (C) 1999, 2000 Niibe Yutaka
*
*/
#include
#include
#include
www.eeworm.com/read/350097/3128986
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