代码搜索:Cache
找到约 10,000 项符合「Cache」的源代码
代码结果 10,000
www.eeworm.com/read/229812/4740481
hpp cache.hpp
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/229812/4740501
cpp cache.cpp
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/227819/4768256
c cache.c
/*
* cache.c Offers ability to cache /etc/group, /etc/passwd,
* /etc/shadow,
*
* All users in the passwd/shadow files are stored in a hash table.
* the hash lookup is VERY fast, generally
www.eeworm.com/read/227819/4768258
h cache.h
/*
* cache.h Definitions for structures and functions needed in cache.c
*
* Version: cache.c 0.99 04-13-1999 jeff@apex.net
*/
#ifndef _CACHE_H
#define _CACHE_H
/* Misc definitions */
#define
www.eeworm.com/read/227687/4769005
java cache.java
/*
* Cache utility classe
*
* Copyright 1998 by Oliver Steele. You can use this software freely so long as you preserve
* the copyright notice and this restriction, and label your changes.
www.eeworm.com/read/227578/4774241
java cache.java
/**
* $RCSfile: Cache.java,v $
* $Revision: 1.2 $
* $Date: 2000/12/21 17:47:20 $
*
* Copyright (C) 2000 CoolServlets.com. All rights reserved.
*
* =======================================
www.eeworm.com/read/227578/4774441
java cache.java
package org.ehotsoft.yekki.util.cache;
import java.util.*;
import org.ehotsoft.yekki.util.link.LinkedList;
import org.ehotsoft.yekki.util.link.LinkedListNode;
public class Cache implements Cac
www.eeworm.com/read/226641/4782827
ver cache.ver
#define __ver_flush_dcache_page e1b99017
#define flush_dcache_page _set_ver(flush_dcache_page)
www.eeworm.com/read/226641/4782989
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