Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
cache
- Page 1
Cache-Control stale-if-error with s-maxage
Programming
Web Development
2 Weeks Ago
by Dani
…came across [an article](https://developers.cloudflare.com/
cache
/concepts/
cache
-control/) on Cloudflare's site that says that …directives include a no-store or no-
cache
cache
directive, a must-revalidate
cache
-response-directive, or an applicable s…? An example of something we have is this:
Cache
-Control: max-age=3600, s-maxage=86400, stale…
Re: Cache-Control stale-if-error with s-maxage
Programming
Web Development
1 Week Ago
by WendyDolan
…’ve seen, s-maxage just sets how long a shared
cache
(like a CDN or proxy) can consider the response fresh…
Re: Flood control using Redis
Programming
Web Development
2 Weeks Ago
by Dani
Status update: we now use Cloudflare’s free rate limiting functionality. Back when I wrote this, Cloudflare charged for rate limiting. Note we have a Business account.
Re: Data storage and retrieval - cache or database
Programming
Mobile Development
2 Months Ago
by jonathannweyer
If the "status" doesn't change frequently, caching is a solid option. You could fetch it from the database the first time it's needed, then store it in a
cache
(like in-memory or Redis, depending on your setup), and use that for subsequent loads.
Re: Problem with MS Office shortcut bar
Hardware and Software
Microsoft Windows
2 Months Ago
by asadalikhan
…, change it to IE. Also, try deleting the shortcut bar
cache
(.lnk files) and rebuilding it fresh. Since you’re on…
Re: Custom font on Cloudflare error page
Programming
Web Development
1 Month Ago
by JackRyan248
… the font conversion or loading process; checking the CSS or
cache
settings might help resolve the issue
Re: Custom font on Cloudflare error page
Programming
Web Development
1 Month Ago
by Dani
Yes, it is.
Cache
settings are irrelevant? I was really just wondering if anyone else has experienced this issue, and what they did to fix it?
Re: Cache example
Programming
Web Development
14 Years Ago
by mschroeder
Cache
expiration time entirely depends upon what is being cached. Without a particular use case there isn't really a "standard".
Re: cache
Hardware and Software
Hardware
19 Years Ago
by nizzy1115
Its kindof the same. If you want any performance, you need atleast 8 mb
cache
. Its not much more money, but you should notice a performance boost by getting the 8 mb
cache
vs the 2 mb
cache
. The hard drive
cache
is completly seperate from the processor
cache
too.
cache
Hardware and Software
Hardware
19 Years Ago
by sam1
hi I want to buy a pc, it says 80GB MAXTOR Hard Drive ATA133, 7200 RPM & 2MB
Cache
, I was wondering is that the same as l2
cache
or it is better. I am newbie to
cache
.........or pcs :mrgreen:
Cache simulation
Programming
Software Development
14 Years Ago
by chaliworm
…// Get the size of a
cache
block in bytes from the second…
cache
.
Cache
cache
; if (!assoc) {
cache
= new DirectMappedCache(blocks, size); } else {
cache
…
Re: Cache example
Programming
Web Development
14 Years Ago
by mschroeder
…key; if( $this->isValid( $key ) ) { $
cache
= file_get_content('some/path/to/some/file.
cache
'); return $
cache
} return false; } public function save( $cacheable ) {…} [/CODE] Your usage would be something like: [CODE] $
cache
= new
Cache
(); //
Cache
::load() returns false when it gets a miss if( ( $…
Cache example
Programming
Web Development
14 Years Ago
by veledrom
… // Get the content of existing html file $existingContent = file_get_contents("
cache
/".$pageNameIN.".html"); // Return relevant values based on…} else { // $overWrite = either true or copy of HTML file from
cache
$overWrite = $objCache->checkContentBased($pageName, $content); // If new content differs…
Re: Cache example
Programming
Web Development
14 Years Ago
by mschroeder
…should be looking at well coded examples. Symfony's File
Cache
(Many others in their package as well): [url]…com/svn/framework/standard/branches/release-1.11/library/Zend/
Cache
.php[/url] [url]http://framework.zend.com/svn/…/release-1.11/library/Zend/
Cache
/[/url] CakePHP
Cache
[url]http://api.cakephp.org/class/
cache
[/url] You'll see they…
Re: Cache example
Programming
Web Development
14 Years Ago
by diafol
Sorry to jump in here - not trying to hijack, honest.
Cache
seems to be a black box for me. This expiry …
Re: Cache example
Programming
Web Development
14 Years Ago
by veledrom
… know how to fill the gaps in functions of your
Cache
class. I went through some examples in Google but the…
Re: Cache example
Programming
Web Development
14 Years Ago
by mschroeder
… the concepts they cover are relevant to all forms of
cache
storage.
Re: Cache memory and RAM
Hardware and Software
Hardware
14 Years Ago
by mbouster
…http://en.wikipedia.org/wiki/Computer_memory[/url] cpu
cache
memory, [url]http://en.wikipedia.org/wiki/Cache_memory….tomshardware.co.uk/forum/243884-12-memory-system-
cache
[/url] Hardware tips [url]http://pcworld.about…url] [url]http://www.computermemoryupgrade.net/[/url] CPU
Cache
[url]http://www.coolinterview.com/interview/34217/[/url]…
Cache mapping
Programming
Software Development
16 Years Ago
by seanl1
… actually calculating the size of the three fields and what
cache
block a hex number addresses. We're working with fully… of the tag, block, and word fields? c) To which
cache
block will the memory address 0DB6316 map? Is a) 20…? I'm sorry, I understand the basics of what
cache
memory does and the differences between the three, I just…
Cache in sync with file
Programming
Web Development
16 Years Ago
by obscured47
… there is a nice way to have the System.Web.
Cache
in sync with a file. I'm looking to keep… (an array of objects with a couple of properties) in
cache
and also in a file. I want to get 2… is written in a file to the
cache
and also be able to invalidate the
cache
if an external tool edits the…
Cache memory and RAM
Hardware and Software
Hardware
14 Years Ago
by mbouster
… someone could help me. I am doing a project for
cache
and RAM. I have searched on PC magazines etc and… infomation: Level 1 (L1)
cache
on the CPU Level 2 (L2)
cache
on the CPU Level 3 (L3)
cache
between the CPU and…
Cache Miss Rate
Programming
Computer Science
13 Years Ago
by coolbeanbob
… [CODE]You are asked to optimize a
cache
design for the given references. There are …three direct-mapped
cache
designs possible, all witha total of eight…blocks. In terms of miss rate, which
cache
design is the best? If the miss …C3 takes 5 cycles, which is the best
cache
design? List of 32-bit memory address references…
Browser clearing cache on Redirection
Programming
8 Years Ago
by Saqlainz
Cache
in local storage of browsers gets cleared when …to our website. In most cases it dont clear
cache
and works normal but in some cases it clears…
cache
. Why is this happening. Any help would be appreciated.…. Internet has any link with chrome which clears
cache
?? [My Website](https://www.codingular.com/)
Re: Cache PHP page that has paginating
Programming
Web Development
12 Years Ago
by LastMitch
>I am looking for a way to
cache
a PHP page that it's different for each session … on the page, how can I add these pages to
cache
? What's the best concept? You can try to used… read this http://stefanomanfredini.info/2010/09/single-query-
cache
-and-pagination-
cache
-until-a-future-post-and-ad-hoc-joins-an…
Cache PHP page that has paginating
Programming
Web Development
14 Years Ago
by Moderns
Hi mates, I am looking for a way to
cache
a PHP page that it's different for each session … on the page, how can I add these pages to
cache
? What's the best concept? I know the Jstorage ([url… the problem it works on server side when creating html
cache
file which is not practical for having more than one…
Re: Cache memory and RAM
Hardware and Software
Hardware
14 Years Ago
by caperjack
hi ,not really sure what else you are looking for ,but anything you need to find out will be on the net somewhere . this site is one of the best for info ,and it has a search box ram memory [url]http://en.wikipedia.org/wiki/Computer_memory[/url] cpu
cache
memory, [url]http://en.wikipedia.org/wiki/Cache_memory[/url]
cache memory failure
Hardware and Software
Hardware
21 Years Ago
by preciousforever
…! The first error message I get is (
cache
memory failure, do not enable
cache
), When I go in to cmos the system…
Cache Problem
Programming
Web Development
15 Years Ago
by 123divy
… ,then if the app1 puts any data in the
cache
. For Example
Cache
[DataPutBy App1]=Our Dataset(); Then Will the app2 be…
Cache Mapping
Programming
Computer Science
14 Years Ago
by evilsithgirl
… have this question that is confusing me. A direct-mapped
cache
consists of 16 blocks. Main memory contains 16K blocks of… there are 16K*8 total bytes? how do i know
cache
size? this is the effort i've made so far…
Cache eviction policies
Programming
Software Development
14 Years Ago
by benny2010
Hey im creating a
cache
simulation in C++ i have the read/write policies and most of the eviction policies but im struggling to get my head round adaptive replacement
cache
. i kind of understand how the two lists work but not very well. If anyone could help explain it to me well it would be a great help. thanks Benny
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC