Start a Conversation

Unsolved

29 Posts

877

April 17th, 2020 03:00

Differnce between FAST Cache and Block Cache

Hi team Can you let us know the difference between the FAST Cache and Block Cache in Unity. We have found below paths in API. Can you please confirm if these paths provides data for Block Cache? Paths: sp.*.blockCache.global.summary.cleanPages sp.*.blockCache.global.summary.dirtyPages sp.*.blockCache.global.summary.freePages sp.*.blockCache.global.summary.readHitsRate sp.*.blockCache.global.summary.readMissesRate sp.*.blockCache.global.summary.writeHitsRate sp.*.blockCache.global.summary.writeMissesRate Let us know the paths for FAST Cache?

Moderator

 • 

8.5K Posts

April 17th, 2020 13:00

Hi,

The block cache is just block level cache and the fast cache is ssd cache, so typically they are the same.

 

29 Posts

April 19th, 2020 23:00

Hi,

Thanks for your quick  response. So, we can use below mentioned paths to get FAST Cache data?

Paths:

sp.*.blockCache.global.summary.cleanPages
sp.*.blockCache.global.summary.dirtyPages
sp.*.blockCache.global.summary.freePages
sp.*.blockCache.global.summary.readHitsRate
sp.*.blockCache.global.summary.readMissesRate
sp.*.blockCache.global.summary.writeHitsRate
sp.*.blockCache.global.summary.writeMissesRate

Moderator

 • 

8.5K Posts

April 20th, 2020 09:00

Yes, it should work to give you the information.

No Events found!

Top