Guest User

Untitled

a guest
Dec 12th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. public void onInsert(EvictableServerEntry entry){
  2. int classHash = getEntryClassHash(entry);
  3. Priority priority = getPriority(entry);
  4.  
  5. //handle priority value is first inserted to space or
  6. //class type is first inserted to space
  7. ...
  8.  
  9. getSpecificStrategy(entry).onInsert(entry);
  10. }
Add Comment
Please, Sign In to add comment