I am trying to cache file in memory and local thread using java i have big file (40-50MB). LRU mechanism uses for local thread cache eviction policy. can i store this file in local thread cache or is it worth caching that much big file in local thread storage.
↧